diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-12-08 22:43:34 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 63420e2966e7122e73955c6fc4c7b18e6b21d2f5 (patch) | |
tree | 281739c3c0f25477abaeb1b1c3c11b3bb0ce3d56 | |
parent | dd53883b3071cfd2fe85ace94676486010532038 (diff) | |
download | slackbuilds-63420e2966e7122e73955c6fc4c7b18e6b21d2f5.tar.gz |
network/oidentd: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r-- | network/oidentd/oidentd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/oidentd/oidentd.SlackBuild b/network/oidentd/oidentd.SlackBuild index 7a4c63056e..975ff4043b 100644 --- a/network/oidentd/oidentd.SlackBuild +++ b/network/oidentd/oidentd.SlackBuild @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fgnu89-inline" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |