[Glibc-bsd-commits] r6072 - trunk/zfsutils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Thu Jun 9 23:52:15 UTC 2016


Author: stevenc-guest
Date: 2016-06-09 23:52:15 +0000 (Thu, 09 Jun 2016)
New Revision: 6072

Modified:
   trunk/zfsutils/debian/changelog
   trunk/zfsutils/debian/rules
Log:
Build with -Wno-error=format-security, pending fixes


Modified: trunk/zfsutils/debian/changelog
===================================================================
--- trunk/zfsutils/debian/changelog	2016-06-09 23:43:06 UTC (rev 6071)
+++ trunk/zfsutils/debian/changelog	2016-06-09 23:52:15 UTC (rev 6072)
@@ -33,6 +33,7 @@
     (svn.freebsd.org).
   * Make get-orig-source tarball reproducible
   * Use the proper host architecture compiler
+  * Build with -Wno-error=format-security, pending fixes
   * Rename ztest executable to zfstest, to avoid conflict with zutils
     (Closes: #825268)
 

Modified: trunk/zfsutils/debian/rules
===================================================================
--- trunk/zfsutils/debian/rules	2016-06-09 23:43:06 UTC (rev 6071)
+++ trunk/zfsutils/debian/rules	2016-06-09 23:52:15 UTC (rev 6072)
@@ -37,6 +37,7 @@
 CFLAGS += -Wall -Wno-unknown-pragmas -g -pipe -fPIC -I. \
 	-D_GNU_SOURCE -DNEED_SOLARIS_BOOLEAN \
 	-Werror=implicit-function-declaration \
+	-Wno-error=format-security \
 	-isystem /usr/include/freebsd \
 	$(NULL)
 




More information about the Glibc-bsd-commits mailing list