diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-05-09 15:20:23 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-25 19:01:07 +0200 |
commit | 3c7a99ea90fef77455cf79ddfc3fd737961843e8 (patch) | |
tree | bafef46c3f8eaba10ce4366e7361d24b7a24eefd /package/utils/xfsprogs/patches/110-subdirs.patch | |
parent | d7a3120cdcc1aeed5a95636803d250e35ba8706e (diff) | |
download | upstream-3c7a99ea90fef77455cf79ddfc3fd737961843e8.tar.gz upstream-3c7a99ea90fef77455cf79ddfc3fd737961843e8.tar.bz2 upstream-3c7a99ea90fef77455cf79ddfc3fd737961843e8.zip |
xfsprogs: update to 4.11.0
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/utils/xfsprogs/patches/110-subdirs.patch')
-rw-r--r-- | package/utils/xfsprogs/patches/110-subdirs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/utils/xfsprogs/patches/110-subdirs.patch b/package/utils/xfsprogs/patches/110-subdirs.patch new file mode 100644 index 0000000000..53a6b09ce2 --- /dev/null +++ b/package/utils/xfsprogs/patches/110-subdirs.patch @@ -0,0 +1,12 @@ +--- a/Makefile ++++ b/Makefile +@@ -46,8 +46,7 @@ HDR_SUBDIRS = include libxfs + + DLIB_SUBDIRS = libxlog libxcmd libhandle + LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS) +-TOOL_SUBDIRS = copy db estimate fsck growfs io logprint mkfs quota \ +- mdrestore repair rtcp m4 man doc debian ++TOOL_SUBDIRS = db fsck growfs io mkfs repair + + ifneq ("$(PKG_PLATFORM)","darwin") + TOOL_SUBDIRS += fsr |