From: Jakub Bogusz Date: Wed, 17 Sep 2008 16:23:28 +0000 (+0000) Subject: - avoid evil -L in *.la X-Git-Tag: auto/th/evolution-data-server-2_22_3-2~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fevolution-data-server.git;a=commitdiff_plain;h=a99ed00a1a462e878afd95b75411be3aea7c7780 - avoid evil -L in *.la Changed files: evolution-data-server.spec -> 1.121 --- diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 4d04953..7ef45d6 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -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} \