• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionc9f90d1af31acb42bf14795c472c685be7efde80 (tree)
Time2018-09-08 19:04:38
Authormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Updated mariadb-10.3.9, and modified.

Change Summary

Incremental Difference

--- a/BLFS/mariadb.sh
+++ b/BLFS/mariadb.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=mariadb
6-VER=10.2.8
6+VER=10.3.9
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -11,7 +11,7 @@ TARGETDIR=$TARGET
1111 echo $TARGET
1212
1313 . $WRK/_checkRequired.sh \
14- cmake openssl
14+ cmake
1515 . $WRK/_checkOptions.sh \
1616 libevent boost libxml2 Linux-PAM pcre \
1717 ruby \
@@ -33,7 +33,6 @@ groupadd -g 40 mysql
3333 useradd -c "MySQL Server" -d /srv/mysql -g mysql -s /bin/false -u 40 mysql
3434
3535 sed -i "s@data/test@\${INSTALL_MYSQLTESTDIR}@g" sql/CMakeLists.txt
36-sed -i '/void..coc_malloc/{s/char ./&x/; s/int/& y/}' mysys_ssl/openssl.c
3736
3837 Configuring
3938 mkdir build
@@ -68,9 +67,9 @@ Installing
6867 porg -lp $TARGET "\
6968 make install" \
7069 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
71-porg -lp+ $TARGET "\
72-ln -sfv /usr/include/mysql/{mariadb,mysql}_version.h" \
73- 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
70+#porg -lp+ $TARGET "\
71+#ln -sfv /usr/include/mysql/{mariadb,mysql}_version.h" \
72+# 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
7473
7574 TimeEnd
7675