]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- link xfs library with -lpthread: fix for --as-needed
authorsparky <sparky@pld-linux.org>
Thu, 24 Aug 2006 11:16:02 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsprogs-LDFLAGS.patch -> 1.2

xfsprogs-LDFLAGS.patch

index d8ac89ab996064a176aa4f132ed5de99142e6e9d..e65089cbed80c41f417049dccaf754d6a91828e5 100644 (file)
@@ -1,6 +1,6 @@
-diff -Nur xfsprogs-2.8.4/include/builddefs.in xfsprogs-2.8.4.LDFLAGS/include/builddefs.in
---- xfsprogs-2.8.4/include/builddefs.in        2006-06-26 07:01:15.000000000 +0200
-+++ xfsprogs-2.8.4.LDFLAGS/include/builddefs.in        2006-08-02 02:58:14.000000000 +0200
+diff -Nur xfsprogs-2.8.11.orig/include/builddefs.in xfsprogs-2.8.11.LDFLAGS/include/builddefs.in
+--- xfsprogs-2.8.11.orig/include/builddefs.in  2006-07-17 01:22:02.000000000 +0200
++++ xfsprogs-2.8.11.LDFLAGS/include/builddefs.in       2006-08-24 13:13:29.000000000 +0200
 @@ -24,6 +24,7 @@
  OPTIMIZER = @opt_build@
  MALLOCLIB = @malloc_lib@
@@ -9,3 +9,15 @@ diff -Nur xfsprogs-2.8.4/include/builddefs.in xfsprogs-2.8.4.LDFLAGS/include/bui
  
  LIBRT = @librt@
  LIBUUID = @libuuid@
+diff -Nur xfsprogs-2.8.11.orig/libxfs/Makefile xfsprogs-2.8.11.LDFLAGS/libxfs/Makefile
+--- xfsprogs-2.8.11.orig/libxfs/Makefile       2006-08-24 13:13:28.000000000 +0200
++++ xfsprogs-2.8.11.LDFLAGS/libxfs/Makefile    2006-08-24 13:13:57.000000000 +0200
+@@ -34,6 +34,8 @@
+ FCFLAGS = -I.
++LTLIBS = $(LIBPTHREAD)
++
+ # don't try linking xfs_repair with a debug libxfs.
+ DEBUG = -DNDEBUG
This page took 0.219521 seconds and 4 git commands to generate.