SPECS: evolution-data-server.spec - avoid evil -L in *.la

qboosh qboosh at pld-linux.org
Wed Sep 17 18:23:34 CEST 2008


Author: qboosh                       Date: Wed Sep 17 16:23:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid evil -L in *.la

---- Files affected:
SPECS:
   evolution-data-server.spec (1.120 -> 1.121) 

---- Diffs:

================================================================
Index: SPECS/evolution-data-server.spec
diff -u SPECS/evolution-data-server.spec:1.120 SPECS/evolution-data-server.spec:1.121
--- SPECS/evolution-data-server.spec:1.120	Mon Jun 30 20:57:33 2008
+++ SPECS/evolution-data-server.spec	Wed Sep 17 18:23:28 2008
@@ -145,6 +145,9 @@
 sed -i -e 's#sr at Latn#sr at latin#' po/LINGUAS
 mv po/sr@{Latn,latin}.po
 
+# kill -L$withval/lib
+sed -i -e 's/DB_LIBS="-L[^ "]* /DB_LIBS="/;s/ICONV_LIBS="[^ "]*/ICONV_LIBS="/' configure.in
+
 %build
 %{__gtkdocize}
 %{__glib_gettextize}
@@ -173,7 +176,7 @@
 export LIBS
 
 %configure \
-	%{?with_kerberos5:--with-krb5=%{_prefix}} \
+	%{?with_kerberos5:--with-krb5=%{_prefix} --with-krb5-libs=%{_libdir}} \
 	%{!?with_kerberos5:--with-krb5=no} \
 	%{?with_ldap:--with-openldap=%{_libdir}/evolution-openldap} \
 	%{?with_ldap:--with-static-ldap=yes} \
@@ -350,6 +353,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.121  2008/09/17 16:23:28  qboosh
+- avoid evil -L in *.la
+
 Revision 1.120  2008/06/30 18:57:33  megabajt
 - updated to 2.22.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-data-server.spec?r1=1.120&r2=1.121&f=u



More information about the pld-cvs-commit mailing list