wok diff alpine/receipt @ rev 4514

Up:gutenprint; Add gutenprint-dev
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:07:22 2009 +0000 (2009-11-26)
parents fb7729b0e508
children 698958d05d56
line diff
     1.1 --- a/alpine/receipt	Sun Oct 11 12:00:33 2009 +0000
     1.2 +++ b/alpine/receipt	Thu Nov 26 12:07:22 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