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

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Mar 5 04:39:09 UTC 2016


Author: stevenc-guest
Date: 2016-03-05 04:39:09 +0000 (Sat, 05 Mar 2016)
New Revision: 5905

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
Log:
Don't yet build WITH_TESTS=yes


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2016-03-05 04:36:38 UTC (rev 5904)
+++ trunk/freebsd-libs/debian/changelog	2016-03-05 04:39:09 UTC (rev 5905)
@@ -18,8 +18,9 @@
       - libusb_set_auto_detach_kernel_driver.diff
   * Add -lutil-freebsd and -lbsd to lib/libutil/tests/Makefile LDFLAGS
       - makefiles.diff
+  * Build-Depend on kfreebsd-kernel-headers >= 10.3 for cam/scsi/
   * Build-Depend on freebsd-mk >= 10.3 for *.test.mk
-  * Build-Depend on kfreebsd-kernel-headers >= 10.3 for cam/scsi/
+  * Don't yet build WITH_TESTS=yes
   * Add myself to Uploaders
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Sat, 05 Mar 2016 01:12:41 +0000

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2016-03-05 04:36:38 UTC (rev 5904)
+++ trunk/freebsd-libs/debian/rules	2016-03-05 04:39:09 UTC (rev 5905)
@@ -57,7 +57,7 @@
 	MAKEFLAGS=$(BSD_MAKEFLAGS) \
 	NO_WERROR=1 NOGCCERROR=1 \
         NOSHARED=NO NO_SHARED=NO NO_PROFILE=1 DESTDIR=$(DESTDIR) \
-	SHLIB_MAJOR=0 WITH_TESTS=yes \
+	SHLIB_MAJOR=0 \
 	bmake \
 	$(NULL)
 PMAKE = \




More information about the Glibc-bsd-commits mailing list