summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorlethalman <lucabru@src.gnome.org>2015-12-02 10:11:04 +0100
committerlethalman <lucabru@src.gnome.org>2015-12-02 10:11:04 +0100
commite0bacc0b39a48912473eb1ce9a3bde71d34faec4 (patch)
treed55c0e61f4c23b9dcdcb761f838032267253e35b /pkgs/tools/filesystems
parent33eddc4e906d93ccc1bc6da33e47cf5d35d04c1b (diff)
parent24480efffc7d1f333f6bee1923a3a9adfda4b27b (diff)
downloadnixlib-e0bacc0b39a48912473eb1ce9a3bde71d34faec4.tar
nixlib-e0bacc0b39a48912473eb1ce9a3bde71d34faec4.tar.gz
nixlib-e0bacc0b39a48912473eb1ce9a3bde71d34faec4.tar.bz2
nixlib-e0bacc0b39a48912473eb1ce9a3bde71d34faec4.tar.lz
nixlib-e0bacc0b39a48912473eb1ce9a3bde71d34faec4.tar.xz
nixlib-e0bacc0b39a48912473eb1ce9a3bde71d34faec4.tar.zst
nixlib-e0bacc0b39a48912473eb1ce9a3bde71d34faec4.zip
Merge pull request #11159 from dezgeg/pr-xfsprogs-fix
xfsprogs: Extend patch to make xfs_mdrestore and xfs_quota work
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/xfsprogs/4.2.0-sharedlibs.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/xfsprogs/4.2.0-sharedlibs.patch b/pkgs/tools/filesystems/xfsprogs/4.2.0-sharedlibs.patch
index 86eb6f818690..c74b75b7e43f 100644
--- a/pkgs/tools/filesystems/xfsprogs/4.2.0-sharedlibs.patch
+++ b/pkgs/tools/filesystems/xfsprogs/4.2.0-sharedlibs.patch
@@ -78,3 +78,23 @@
  
  
  ifeq ($(HAVE_BUILDDEFS), yes)
+--- xfsprogs-4.2.0/quota/Makefile
++++ xfsprogs-4.2.0/quota/Makefile
+@@ -16,7 +16,6 @@ LSRCFILES = $(shell echo $(PCFILES) | sed -e "s/$(PKG_PLATFORM).c//g")
+ 
+ LLDLIBS = $(LIBXCMD)
+ LTDEPENDENCIES = $(LIBXCMD)
+-LLDFLAGS = -static
+ 
+ ifeq ($(ENABLE_READLINE),yes)
+ LLDLIBS += $(LIBREADLINE) $(LIBTERMCAP)
+--- xfsprogs-4.2.0/mdrestore/Makefile
++++ xfsprogs-4.2.0/mdrestore/Makefile
+@@ -10,7 +10,6 @@ CFILES = xfs_mdrestore.c
+ 
+ LLDLIBS = $(LIBXFS) $(LIBRT) $(LIBPTHREAD) $(LIBUUID)
+ LTDEPENDENCIES = $(LIBXFS)
+-LLDFLAGS = -static
+ 
+ default: depend $(LTCOMMAND)
+