summaryrefslogtreecommitdiff
path: root/package/libpthread/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-26 20:10:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-26 20:10:44 +0200
commitbf89ff6c79e76b23d153cead09754e68dbe59983 (patch)
tree229463616389a8e00c8fc33576987d86ac2bba85 /package/libpthread/files
parentac01f0d24321933d3456190164f5b68ccc94976a (diff)
more 2.6.39 fixes
Diffstat (limited to 'package/libpthread/files')
-rw-r--r--package/libpthread/files/libpthread.postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libpthread/files/libpthread.postinst b/package/libpthread/files/libpthread.postinst
new file mode 100644
index 000000000..76a6c81a4
--- /dev/null
+++ b/package/libpthread/files/libpthread.postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ ! -z $IPKG_INSTROOT ];then
+ (cd $IPKG_INSTROOT/lib && ln -sf libpthread.so.0 libpthread.so)
+fi