summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-07-25 14:44:13 +0200
committer Matteo Bernardini2018-06-09 07:45:32 +0200
commitfd2fcd73a0942fefb51f9acc343870ac733d3dc5 (patch)
treefd82e1b2fcf5e13372017164d2c9f0a663438c9f
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-apache-log4cxx.tar.gz
development/apache-log4cxx: Fix for gcc >= 6.x.apache-log4cxx
Thanks to archlinux (from upstream commit r1735442) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--development/apache-log4cxx/apache-log4cxx.SlackBuild1
-rw-r--r--development/apache-log4cxx/narrowing-fixes.patch.gzbin0 -> 1631 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/development/apache-log4cxx/apache-log4cxx.SlackBuild b/development/apache-log4cxx/apache-log4cxx.SlackBuild
index 8e1adafefb..a0971e9701 100644
--- a/development/apache-log4cxx/apache-log4cxx.SlackBuild
+++ b/development/apache-log4cxx/apache-log4cxx.SlackBuild
@@ -70,6 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
zcat $CWD/fixincludes.patch.gz | patch -p1 || exit
+zcat $CWD/narrowing-fixes.patch.gz | patch -p1 || exit
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/development/apache-log4cxx/narrowing-fixes.patch.gz b/development/apache-log4cxx/narrowing-fixes.patch.gz
new file mode 100644
index 0000000000..cd79cc6971
--- /dev/null
+++ b/development/apache-log4cxx/narrowing-fixes.patch.gz
Binary files differ