[Glibc-bsd-commits] r5900 - in trunk/freebsd-libs/debian: . patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Mar 5 02:59:38 UTC 2016


Author: stevenc-guest
Date: 2016-03-05 02:59:38 +0000 (Sat, 05 Mar 2016)
New Revision: 5900

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/makefiles.diff
Log:
Add -lutil-freebsd to lib/libutil/tests/Makefile LDFLAGS


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2016-03-05 02:49:10 UTC (rev 5899)
+++ trunk/freebsd-libs/debian/changelog	2016-03-05 02:59:38 UTC (rev 5900)
@@ -16,6 +16,8 @@
       - libusb_reported_version.diff
   * Add libusb_set_auto_detach_kernel_driver stub (Closes: #816031)
       - libusb_set_auto_detach_kernel_driver.diff
+  * Add -lutil-freebsd and -lbsd to lib/libutil/tests/Makefile LDFLAGS
+      - makefiles.diff
   * Add myself to Uploaders
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Sat, 05 Mar 2016 01:12:41 +0000

Modified: trunk/freebsd-libs/debian/patches/makefiles.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/makefiles.diff	2016-03-05 02:49:10 UTC (rev 5899)
+++ trunk/freebsd-libs/debian/patches/makefiles.diff	2016-03-05 02:59:38 UTC (rev 5900)
@@ -87,3 +87,13 @@
  
  GENSRCS=	libelf_fsize.c libelf_msize.c libelf_convert.c
  CLEANFILES=	${GENSRCS}
+--- a/lib/libutil/tests/Makefile
++++ b/lib/libutil/tests/Makefile
+@@ -10,6 +10,6 @@
+ TAP_TESTS_C+=	trimdomain-nodomain_test
+ 
+ DPADD+=		${LIBUTIL}
+-LDADD+=		-lutil
++LDADD+=		-lutil-freebsd -lbsd
+ 
+ .include <bsd.test.mk>




More information about the Glibc-bsd-commits mailing list