1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-21 01:25:41 +03:00
openwrt-xburst/package/e2fsprogs/patches/100_add_missing_libpthread_for_blkid.patch
cshore ad0f69b2a4 [package] e2fsprogs: Fixed filename of patch (needed .patch extension)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 23:19:29 +00:00

12 lines
389 B
Diff

--- 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..."