summaryrefslogtreecommitdiff
path: root/package/libpthread/files
diff options
context:
space:
mode:
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