From a99ed00a1a462e878afd95b75411be3aea7c7780 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 17 Sep 2008 16:23:28 +0000 Subject: [PATCH] - avoid evil -L in *.la Changed files: evolution-data-server.spec -> 1.121 --- evolution-data-server.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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} \ -- 2.43.0