[Glibc-bsd-commits] r4845 - trunk/freebsd-utils/debian

Robert Millan rmh at alioth.debian.org
Thu Aug 1 19:41:06 UTC 2013


Author: rmh
Date: 2013-08-01 19:41:06 +0000 (Thu, 01 Aug 2013)
New Revision: 4845

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/rules
Log:
Remove __va_list kludge (no longer needed).

Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2013-08-01 19:40:27 UTC (rev 4844)
+++ trunk/freebsd-utils/debian/changelog	2013-08-01 19:41:06 UTC (rev 4845)
@@ -12,6 +12,7 @@
     - Require freebsd-glue >= 0.0.10 (for ether_ntoa).
     - Remove -I. from CFLAGS to mimic upstream behaviour (prevents
       <netgraph.h> from being overriden by local version).
+  * Remove __va_list kludge (no longer needed).
 
  -- Robert Millan <rmh at debian.org>  Thu, 01 Aug 2013 21:40:06 +0200
 

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2013-08-01 19:40:27 UTC (rev 4844)
+++ trunk/freebsd-utils/debian/rules	2013-08-01 19:41:06 UTC (rev 4845)
@@ -5,7 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS = -Wall -g -pipe -fPIC -D_GNU_SOURCE -D__va_list=__builtin_va_list \
+CFLAGS = -Wall -g -pipe -fPIC -D_GNU_SOURCE \
 	-isystem /usr/include/tirpc \
 	-D__FreeBSD_version=__FreeBSD_kernel_version \
 	-Werror=implicit-function-declaration \




More information about the Glibc-bsd-commits mailing list