diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-04-09 17:56:37 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-04-09 17:56:37 +0200 |
commit | 3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650 (patch) | |
tree | 78e38cc5659badeb2e7b2dbc575a679136cd32b1 /base/libmysql/Pkgfile | |
parent | d6316edbad7e1d128fcc697ea6bb6da964b7ec48 (diff) | |
parent | c03f43cad02a794da6b42cec52a924d6706210ce (diff) | |
download | nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.gz nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.bz2 nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.tar.xz nutyx-extra-3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/libmysql/Pkgfile')
-rw-r--r-- | base/libmysql/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/libmysql/Pkgfile b/base/libmysql/Pkgfile index 09bf1f9b5..3da21da1a 100644 --- a/base/libmysql/Pkgfile +++ b/base/libmysql/Pkgfile @@ -5,12 +5,12 @@ name=libmysql version=5.1.55 -release=1 +release=2 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/mysql-$version.tar.gz ) build () { - CFLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing" - CXXFLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing" + CFLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer" + CXXFLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-rtti" cd mysql-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ |