[SCM] libyami/master: Build with -Wno-error

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Nov 7 20:03:38 UTC 2017


The following commit has been merged in the master branch:
commit 4b8139e658b46ff4a35a259de2112c5ab548b9b0
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Tue Nov 7 20:56:44 2017 +0100

    Build with -Wno-error

diff --git a/debian/rules b/debian/rules
index 99b6046..4ec47c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+export DEB_CFLAGS_MAINT_PREPEND=-Wno-error
+export DEB_CXXFLAGS_MAINT_PREPEND=-Wno-error
+
 # decoders
 confflags  = --enable-h264dec
 confflags += --enable-h265dec

-- 
libyami packaging



More information about the pkg-multimedia-commits mailing list