[package] e2fsprogs: Added libpthread back to blkid link, otherwise blkid fails to link)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27466 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
f1617970e2
commit
01239b51ae
|
@ -0,0 +1,11 @@
|
|||
--- 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..."
|
Loading…
Reference in New Issue