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

Robert Millan rmh at alioth.debian.org
Fri May 25 16:37:56 UTC 2012


Author: rmh
Date: 2012-05-25 16:37:56 +0000 (Fri, 25 May 2012)
New Revision: 4273

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/control
   trunk/freebsd-libs/debian/rules
Log:
Fix FTBFS with latest kfreebsd-kernel-headers.

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2012-05-25 16:27:17 UTC (rev 4272)
+++ trunk/freebsd-libs/debian/changelog	2012-05-25 16:37:56 UTC (rev 4273)
@@ -6,12 +6,13 @@
   * Fix a pair of typos in debian/control.
   * kvm_size_t_kludge.diff: Temporary kludge to define size_t (requires
     kfreebsd-kernel-headers >= 0.81).  (Closes: #673431)
+  * Fix FTBFS with latest kfreebsd-kernel-headers.
 
   [ Guillem Jover ]
   * Remove Debian revisions from versions in libmemstat3, libsbuf6 and libcam6
     symbols files.
 
- -- Robert Millan <rmh at debian.org>  Sun, 22 Apr 2012 11:30:53 +0200
+ -- Robert Millan <rmh at debian.org>  Mon, 21 May 2012 16:58:01 +0200
 
 freebsd-libs (9.0+ds1-2) unstable; urgency=low
 

Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2012-05-25 16:27:17 UTC (rev 4272)
+++ trunk/freebsd-libs/debian/control	2012-05-25 16:37:56 UTC (rev 4273)
@@ -13,6 +13,7 @@
  libexpat-dev [kfreebsd-any],
 # libncurses5-dev: needed by libalias
  libncurses5-dev [kfreebsd-any],
+ freebsd-glue,
 Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/freebsd-libs/
 Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/freebsd-libs/
 Standards-Version: 3.9.2

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2012-05-25 16:27:17 UTC (rev 4272)
+++ trunk/freebsd-libs/debian/rules	2012-05-25 16:37:56 UTC (rev 4273)
@@ -18,7 +18,6 @@
 revision	:= $(shell echo $(full_version) | sed -e 's/^[^+-]*//g')
 
 CFLAGS = -Wall -g -pipe -fPIC -I. -I$(CURDIR)/sys -D_GNU_SOURCE \
-         $(shell pkg-config --cflags libbsd-overlay) \
          -D__va_list=__builtin_va_list
 
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))




More information about the Glibc-bsd-commits mailing list