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

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Fri May 6 11:24:31 UTC 2016


Author: stevenc-guest
Date: 2016-05-06 11:24:31 +0000 (Fri, 06 May 2016)
New Revision: 6038

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
Log:
Fix FTBFS on linux: installing sbuf.h is not kfreebsd-specific


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2016-05-06 09:54:14 UTC (rev 6037)
+++ trunk/freebsd-libs/debian/changelog	2016-05-06 11:24:31 UTC (rev 6038)
@@ -1,3 +1,9 @@
+freebsd-libs (10.3~svn296373-6) UNRELEASED; urgency=medium
+
+  * Fix FTBFS on linux: installing sbuf.h is not kfreebsd-specific
+
+ -- Steven Chamberlain <steven at pyro.eu.org>  Fri, 06 May 2016 12:23:46 +0100
+
 freebsd-libs (10.3~svn296373-5) experimental; urgency=medium
 
   * Build kinfo_getvmobject.c only on kfreebsd host architecture

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2016-05-06 09:54:14 UTC (rev 6037)
+++ trunk/freebsd-libs/debian/rules	2016-05-06 11:24:31 UTC (rev 6038)
@@ -291,10 +291,10 @@
 
 	mkdir -p $(CURDIR)/debian/tmp/usr/bin
 	install -m755 debian/libusb-config $(CURDIR)/debian/tmp/usr/bin
+endif
 
 	mkdir -p $(CURDIR)/debian/tmp/usr/include/sys
 	install -m644 sys/sys/sbuf.h $(CURDIR)/debian/tmp/usr/include/sys
-endif
 
 	dh_install -a --list-missing --sourcedir=debian/tmp
 




More information about the Glibc-bsd-commits mailing list