SPECS: openldap.spec - better way to fix libtool 2.2 issues

hawk hawk at pld-linux.org
Thu Jun 19 13:57:18 CEST 2008


Author: hawk                         Date: Thu Jun 19 11:57:18 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better way to fix libtool 2.2 issues

---- Files affected:
SPECS:
   openldap.spec (1.289 -> 1.290) 

---- Diffs:

================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.289 SPECS/openldap.spec:1.290
--- SPECS/openldap.spec:1.289	Sat Jun 14 22:30:06 2008
+++ SPECS/openldap.spec	Thu Jun 19 13:57:12 2008
@@ -903,8 +903,7 @@
 export LD_LIBRARY_PATH=${dbdir}/%{_lib}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
 %endif
 
-%{__libtoolize}
-cp -f /usr/share/automake/config.sub ./build/
+%{__libtoolize} --install
 %{__aclocal}
 %{__autoconf}
 %configure \
@@ -981,8 +980,7 @@
 # and no shared libraries.
 cd ../../../evo-%{name}-%{version}
 
-%{__libtoolize}
-cp -f /usr/share/automake/config.sub ./build/
+%{__libtoolize} --install
 %{__aclocal}
 %{__autoconf}
 %configure \
@@ -1621,6 +1619,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.290  2008/06/19 11:57:12  hawk
+- better way to fix libtool 2.2 issues
+
 Revision 1.289  2008/06/14 20:30:06  arekm
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openldap.spec?r1=1.289&r2=1.290&f=u



More information about the pld-cvs-commit mailing list