summaryrefslogtreecommitdiff
path: root/package/e2fsprogs/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-26 10:45:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-26 10:59:42 +0200
commitee790bf78097cee1cf132d3c8b279dfe2fee388e (patch)
tree9738361a589a1c57d0e22773d8e85f7051546ff6 /package/e2fsprogs/patches
parentfdbb45e6e88e49ceada4025ae893104160b4765a (diff)
e2fsprogs: update to 1.43.4, fix Darwin cross-compile issue via --enable-verbose-makecmds removal
Diffstat (limited to 'package/e2fsprogs/patches')
-rw-r--r--package/e2fsprogs/patches/patch-e2fsck_Makefile_in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/e2fsprogs/patches/patch-e2fsck_Makefile_in b/package/e2fsprogs/patches/patch-e2fsck_Makefile_in
deleted file mode 100644
index 8e1efb15e..000000000
--- a/package/e2fsprogs/patches/patch-e2fsck_Makefile_in
+++ /dev/null
@@ -1,11 +0,0 @@
---- e2fsprogs-1.43.2.orig/e2fsck/Makefile.in 2016-06-07 07:01:19.000000000 +0200
-+++ e2fsprogs-1.43.2/e2fsck/Makefile.in 2016-09-19 13:19:14.000000000 +0200
-@@ -115,7 +115,7 @@ e2fsck: $(OBJS) $(DEPLIBS)
-
- e2fsck.static: $(OBJS) $(STATIC_DEPLIBS)
- $(E) " LD $@"
-- $(Q) $(LD) $(LDFLAGS_STATIC) -o e2fsck.static $(OBJS) $(STATIC_LIBS)
-+ $(LD) $(LDFLAGS_STATIC) -o e2fsck.static $(OBJS) $(STATIC_LIBS)
-
- e2fsck.profiled: $(OBJS) $(PROFILED_DEPLIBS)
- $(E) " LD $@"