wok rev 4377

alpine: link shared libs (again)
author Paul Issott <paul@slitaz.org>
date Mon Oct 12 21:05:53 2009 +0000 (2009-10-12)
parents bb6dafad1dc7
children 1e616afd74a5
files alpine/receipt
line diff
     1.1 --- a/alpine/receipt	Mon Oct 12 13:35:25 2009 +0200
     1.2 +++ b/alpine/receipt	Mon Oct 12 21:05:53 2009 +0000
     1.3 @@ -37,6 +37,7 @@
     1.4  	echo -n "Linking libraries..."
     1.5  	cd $1/usr/lib
     1.6  	ln -s liblber-2.4.so.2.4.2 liblber-2.3.so.0
     1.7 +	ln -s libldap-2.4.so.2.4.2 libldap-2.3.so.0
     1.8  	status
     1.9  }
    1.10  
    1.11 @@ -44,6 +45,7 @@
    1.12  {
    1.13  	echo -n "Removing linked libraries..."
    1.14  	rm -f /usr/lib/liblber-2.3.so.0
    1.15 +	rm -f /usr/lib/libldap-2.3.so.0
    1.16  	status
    1.17  }
    1.18