mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02:00
[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-a3cf2f4a3e73
This commit is contained in:
parent
b3f665b919
commit
17c4dc2058
@ -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
Block a user