]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- link libxfs with -lrt (one more as-needed fix)
authorsparky <sparky@pld-linux.org>
Fri, 1 Sep 2006 10:42:30 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsprogs-LDFLAGS.patch -> 1.3

xfsprogs-LDFLAGS.patch

index e65089cbed80c41f417049dccaf754d6a91828e5..ff1f3bbce4b3d5dfd68262534f5322f9404dc65a 100644 (file)
@@ -16,7 +16,7 @@ diff -Nur xfsprogs-2.8.11.orig/libxfs/Makefile xfsprogs-2.8.11.LDFLAGS/libxfs/Ma
  
  FCFLAGS = -I.
  
-+LTLIBS = $(LIBPTHREAD)
++LTLIBS = $(LIBPTHREAD) $(LIBRT)
 +
  # don't try linking xfs_repair with a debug libxfs.
  DEBUG = -DNDEBUG
This page took 0.305454 seconds and 4 git commands to generate.