mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/linuxdcpp: Force -std=gnu++98 for the newer gcc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
626fe5b6b5
commit
82b808a76f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -fpermissive" \
|
||||
CXXFLAGS="$SLKCFLAGS -fpermissive -std=gnu++98" \
|
||||
scons \
|
||||
PREFIX=/usr \
|
||||
FAKE_ROOT=$PKG \
|
||||
|
|
Loading…
Reference in a new issue