[Glibc-bsd-commits] r4728 - trunk/freebsd-libs/debian

Robert Millan rmh at alioth.debian.org
Thu Jul 11 10:54:18 UTC 2013


Author: rmh
Date: 2013-07-11 10:54:18 +0000 (Thu, 11 Jul 2013)
New Revision: 4728

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
Log:
Enable __FreeBSD_version when building freebsd-libs sources.

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2013-07-10 05:37:09 UTC (rev 4727)
+++ trunk/freebsd-libs/debian/changelog	2013-07-11 10:54:18 UTC (rev 4728)
@@ -2,6 +2,7 @@
 
   * New upstream release.
     - Sync all patches.
+  * Enable __FreeBSD_version when building freebsd-libs sources.
 
  -- Robert Millan <rmh at debian.org>  Tue, 09 Jul 2013 22:49:44 +0200
 

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2013-07-10 05:37:09 UTC (rev 4727)
+++ trunk/freebsd-libs/debian/rules	2013-07-11 10:54:18 UTC (rev 4728)
@@ -19,6 +19,7 @@
 
 CFLAGS = -Wall -g -pipe -fPIC -I. -I$(CURDIR)/sys -D_GNU_SOURCE \
          -D__va_list=__builtin_va_list \
+	-D__FreeBSD_version=__FreeBSD_kernel_version \
 	 -I/usr/include/freebsd \
 	 -Werror=implicit-function-declaration
 




More information about the Glibc-bsd-commits mailing list