diff options
author | 2017-06-02 18:16:11 +0200 | |
---|---|---|
committer | 2021-02-20 20:12:25 +0100 | |
commit | a0b9e1c085f13ab20e13a4b6091ac1e24504e778 (patch) | |
tree | bcc6f2af52038acfc3edcdba69089cf69d762ed9 | |
parent | 77c0b44bbfd192ed8977df6dcfe55d5defeab350 (diff) | |
download | slackbuilds-ncrack.tar.gz |
network/ncrack: Added -fpermissive to the CXXFLAGS.ncrack
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | network/ncrack/ncrack.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ncrack/ncrack.SlackBuild b/network/ncrack/ncrack.SlackBuild index e7fa0d50de..c99b3248a4 100644 --- a/network/ncrack/ncrack.SlackBuild +++ b/network/ncrack/ncrack.SlackBuild @@ -71,7 +71,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -fpermissive" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |