]> git.pld-linux.org Git - packages/evolution-data-server.git/commitdiff
- avoid evil -L in *.la
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Sep 2008 16:23:28 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-data-server.spec -> 1.121

evolution-data-server.spec

index 4d049536e492dce869966308428226b6569f39bf..7ef45d63676d426254a8083d73ab3b48a211271d 100644 (file)
@@ -144,6 +144,9 @@ Dokumentacja API e-d-s.
 sed -i -e 's#sr@Latn#sr@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}
@@ -172,7 +175,7 @@ fi
 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} \
This page took 0.095566 seconds and 4 git commands to generate.