diff options
Diffstat (limited to 'development/mysqlcc/mysqlcc.SlackBuild')
-rw-r--r-- | development/mysqlcc/mysqlcc.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/mysqlcc/mysqlcc.SlackBuild b/development/mysqlcc/mysqlcc.SlackBuild index dc6ea7904e..ab1ac3058b 100644 --- a/development/mysqlcc/mysqlcc.SlackBuild +++ b/development/mysqlcc/mysqlcc.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=mysqlcc VERSION=0.9.8 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -49,6 +49,9 @@ cd $PRGNAM-$VERSION-src chown -R root:root . chmod -R u+w,go+r-w,a-s . +# Fix build on recent gcc +patch -p1 < $CWD/gcc4.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |