aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-ext4fs/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-07-23 12:29:56 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-29 12:11:04 +0200
commit7d6e504dbebde5ab70b188df5f9277f8ecb11649 (patch)
tree04b1b83940e58649a8659d6d2fc75c18ddbdcf23 /tools/make-ext4fs/patches
parenta225164bb55d764b9c40e76129d5d130a1410fb2 (diff)
downloadupstream-7d6e504dbebde5ab70b188df5f9277f8ecb11649.tar.gz
upstream-7d6e504dbebde5ab70b188df5f9277f8ecb11649.tar.bz2
upstream-7d6e504dbebde5ab70b188df5f9277f8ecb11649.zip
make_ext4fs: Update to version 2020-01-05
5c201be Add LDFLAGS when building libsparse.a ec17045 make_ext4fs: fix build on musl systems Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 271d0c825ba5821160e4a516497796fa342c2eff)
Diffstat (limited to 'tools/make-ext4fs/patches')
-rw-r--r--tools/make-ext4fs/patches/100-add-ldflags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/make-ext4fs/patches/100-add-ldflags.patch b/tools/make-ext4fs/patches/100-add-ldflags.patch
deleted file mode 100644
index d9ce47bb80..0000000000
--- a/tools/make-ext4fs/patches/100-add-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -27,7 +27,7 @@ OBJ := \
- $(CC) $(CFLAGS) -c -o $@ $^
-
- make_ext4fs: $(OBJ) libsparse/libsparse.a
-- $(CC) -o $@ $^ $(ZLIB)
-+ $(CC) $(LDFLAGS)-o $@ $^ $(ZLIB)
-
- libsparse/libsparse.a:
- $(MAKE) -C libsparse/ libsparse.a