[Glibc-bsd-commits] r3626 - in trunk/ufsutils/debian: . patches

Aurelien Jarno aurel32 at alioth.debian.org
Sat Jul 23 17:28:10 UTC 2011


Author: aurel32
Date: 2011-07-23 17:28:09 +0000 (Sat, 23 Jul 2011)
New Revision: 3626

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/patches/02_fsdb.ufs.patch
Log:
  * Fix 02_fsdb.ufs.patch to make ufsutils buildable with --as-needed. 
    Closes: #632564.



Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2011-07-23 17:25:34 UTC (rev 3625)
+++ trunk/ufsutils/debian/changelog	2011-07-23 17:28:09 UTC (rev 3626)
@@ -3,6 +3,8 @@
   [ Aurelien Jarno ]
   * Fix 01_libufs.patch to correctly character or block devices.  Closes:
     #526586, #634158.
+  * Fix 02_fsdb.ufs.patch to make ufsutils buildable with --as-needed. 
+    Closes: #632564.
 
  -- Aurelien Jarno <aurel32 at debian.org>  Sat, 23 Jul 2011 19:23:51 +0200
 

Modified: trunk/ufsutils/debian/patches/02_fsdb.ufs.patch
===================================================================
--- trunk/ufsutils/debian/patches/02_fsdb.ufs.patch	2011-07-23 17:25:34 UTC (rev 3625)
+++ trunk/ufsutils/debian/patches/02_fsdb.ufs.patch	2011-07-23 17:28:09 UTC (rev 3626)
@@ -101,7 +101,7 @@
 +MAN = fsdb.8:fsdb.ufs.8
 +SRCS = fsdb.c fsdbutil.c
 +WARNS = 0
-+LDADD += -ledit -L../../lib/libufs -lufs -lbsd -L../fsck_ffs -lfsck.ufs
++LDADD += -ledit -L../../lib/libufs -lufs -L../fsck_ffs -lfsck.ufs -lbsd
 +DPADD += ${LIBEDIT}
 +INCLUDES = -I../fsck_ffs
  




More information about the Glibc-bsd-commits mailing list