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

Robert Millan rmh at costa.debian.org
Wed Apr 19 09:22:14 UTC 2006


Author: rmh
Date: 2006-04-19 09:22:13 +0000 (Wed, 19 Apr 2006)
New Revision: 1456

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/06_libgeom.diff
Log:
* Link libgeom with librt (to get clock_gettime).

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2006-04-19 08:32:57 UTC (rev 1455)
+++ trunk/freebsd-libs/debian/changelog	2006-04-19 09:22:13 UTC (rev 1456)
@@ -1,3 +1,9 @@
+freebsd-libs (5.4+1-2) unreleased; urgency=low
+
+  * Link libgeom with librt (to get clock_gettime).
+
+ -- Robert Millan <rmh at aybabtu.com>  Wed, 19 Apr 2006 11:17:18 +0200
+
 freebsd-libs (5.4+1-1) unreleased; urgency=low
 
   * Add libgeom.

Modified: trunk/freebsd-libs/debian/patches/06_libgeom.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/06_libgeom.diff	2006-04-19 08:32:57 UTC (rev 1455)
+++ trunk/freebsd-libs/debian/patches/06_libgeom.diff	2006-04-19 09:22:13 UTC (rev 1456)
@@ -6,7 +6,7 @@
  
  DPADD=	${LIBBSDXML} ${LIBSBUF}
 -LDADD+=	-lbsdxml -lsbuf
-+LDADD+=	-lexpat -L../libsbuf/ -lsbuf
++LDADD+=	-lexpat -L../libsbuf/ -lsbuf -lrt
  
  MAN=	libgeom.3
  




More information about the Glibc-bsd-commits mailing list