[SCM] naspro-core/master: Disable -Werror to fix FTBFS with glibc 2.24
jcowgill at users.alioth.debian.org
jcowgill at users.alioth.debian.org
Wed Nov 2 22:44:19 UTC 2016
The following commit has been merged in the master branch:
commit d9ea813f7f385431ac5d72c34a5bd3761614aefb
Author: James Cowgill <james410 at cowgill.org.uk>
Date: Wed Nov 2 22:36:52 2016 +0000
Disable -Werror to fix FTBFS with glibc 2.24
Closes: #837001
diff --git a/debian/rules b/debian/rules
index f4b3ebb..af98038 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+export DEB_CFLAGS_MAINT_APPEND := -Wno-error
export NATURALDOCS=/usr/bin/naturaldocs
%:
--
naspro-core packaging
More information about the pkg-multimedia-commits
mailing list