libraries/libixion: Fixed SlackBuild.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-01-26 12:52:05 +00:00 committed by Willy Sudiarto Raharjo
parent 7ce057a017
commit 166d896900
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -70,6 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# generate the configure file
sed '/configure/d' -i autogen.sh
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -std=c++11" \