[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6685 - in glibc-package/branches/glibc-2.21/debian: . sysdeps



Author: aurel32
Date: 2015-11-21 22:50:13 +0000 (Sat, 21 Nov 2015)
New Revision: 6685

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-amd64.mk
   glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-i386.mk
Log:
sysdeps/kfreebsd-{amd64,i386}.mk: configure with --disable-werror.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-11-21 17:54:54 UTC (rev 6684)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-11-21 22:50:13 UTC (rev 6685)
@@ -18,6 +18,7 @@
     - Define F_DUP2FD_CLOEXEC.  Closes: #712074.
     - Define SOCK_CLOEXEC and SOCK_NONBLOCK.
     - Wire-up accept4.  Closes: #722885.
+  * sysdeps/kfreebsd-{amd64,i386}.mk: configure with --disable-werror.
   * patches/kfreebsd/local-nscd-no-sockcloexec.diff: Drop.
   * patches/kfreebsd/local-getaddrinfo-freebsd-kernel.diff: improve and remove
     a warning.

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-amd64.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-amd64.mk	2015-11-21 17:54:54 UTC (rev 6684)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-amd64.mk	2015-11-21 22:50:13 UTC (rev 6685)
@@ -1,5 +1,5 @@
 # Main library
-extra_config_options = --disable-compatible-utmp --disable-multi-arch
+extra_config_options = --disable-compatible-utmp --disable-multi-arch --disable-werror
 
 # build 32-bit (i386) alternative library
 GLIBC_MULTILIB_PASSES += i386

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-i386.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-i386.mk	2015-11-21 17:54:54 UTC (rev 6684)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/kfreebsd-i386.mk	2015-11-21 22:50:13 UTC (rev 6685)
@@ -1,5 +1,5 @@
 # Main library
-extra_config_options = --disable-compatible-utmp --disable-multi-arch
+extra_config_options = --disable-compatible-utmp --disable-multi-arch --disable-werror
 
 # Build a 32-bit optimized library
 GLIBC_PASSES += i686


Reply to: