make_ext4fs: Update to version 2020-01-05
[openwrt/staging/dedeckeh.git] / tools / make-ext4fs / patches / 100-add-ldflags.patch
diff --git a/tools/make-ext4fs/patches/100-add-ldflags.patch b/tools/make-ext4fs/patches/100-add-ldflags.patch
deleted file mode 100644 (file)
index d9ce47b..0000000
+++ /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