[package] e2fsprogs: Fixed filename of patch (needed .patch extension)
authorDaniel Dickinson <crazycshore@gmail.com>
Tue, 5 Jul 2011 23:19:29 +0000 (23:19 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Tue, 5 Jul 2011 23:19:29 +0000 (23:19 +0000)
SVN-Revision: 27467

package/e2fsprogs/patches/100_add_missing_libpthread_for_blkid [deleted file]
package/e2fsprogs/patches/100_add_missing_libpthread_for_blkid.patch [new file with mode: 0644]

diff --git a/package/e2fsprogs/patches/100_add_missing_libpthread_for_blkid b/package/e2fsprogs/patches/100_add_missing_libpthread_for_blkid
deleted file mode 100644 (file)
index 9ed9cca..0000000
+++ /dev/null
@@ -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..."
diff --git a/package/e2fsprogs/patches/100_add_missing_libpthread_for_blkid.patch b/package/e2fsprogs/patches/100_add_missing_libpthread_for_blkid.patch
new file mode 100644 (file)
index 0000000..9ed9cca
--- /dev/null
@@ -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..."