[OpenWrt-Devel] update e2fsprogs
[openwrt.git] / package / e2fsprogs / patches / 100_add_missing_libpthread_for_blkid.patch
index 9ed9cca..e69de29 100644 (file)
@@ -1,11 +0,0 @@
---- a/lib/blkid/Makefile.in
-+++ b/lib/blkid/Makefile.in
-@@ -126,7 +126,7 @@ tst_types: tst_types.o blkid_types.h
- blkid: ../../misc/blkid.o libblkid.a $(DEPLIBUUID)
-       $(E) "  LD $@"
--      $(Q) $(CC) -o blkid ../../misc/blkid.o libblkid.a $(LIBUUID)
-+      $(Q) $(CC) -lpthread -o blkid ../../misc/blkid.o libblkid.a $(LIBUUID)
- test_probe: test_probe.in Makefile
-       $(E) "Creating test_probe..."
This page took 0.025714 seconds and 4 git commands to generate.