From bf89ff6c79e76b23d153cead09754e68dbe59983 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 26 Jun 2011 20:10:44 +0200 Subject: more 2.6.39 fixes --- package/libpthread/files/libpthread.postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package/libpthread/files/libpthread.postinst (limited to 'package/libpthread/files/libpthread.postinst') 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 -- cgit v1.2.3