mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
e2fsprogs: Added libpthread back to blkid link, otherwise blkid fails to link)
SVN-Revision: 27466
This commit is contained in:
parent
612a1fcbc4
commit
c291c6f6fd
@ -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…
x
Reference in New Issue
Block a user