From: Jakub Bogusz Date: Sat, 14 May 2005 08:57:42 +0000 (+0000) Subject: - kill stupid deps propagation X-Git-Tag: auto/ac/cyrus-sasl-2_1_20-5~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=891233a21d34aa632a7474136ab2ea4396d78784;p=packages%2Fcyrus-sasl.git - kill stupid deps propagation Changed files: cyrus-sasl-split-sql.patch -> 1.3 --- diff --git a/cyrus-sasl-split-sql.patch b/cyrus-sasl-split-sql.patch index 7d28188..8428120 100644 --- a/cyrus-sasl-split-sql.patch +++ b/cyrus-sasl-split-sql.patch @@ -110,3 +110,13 @@ diff -urN cyrus-sasl-2.1.20.org/plugins/makeinit.sh cyrus-sasl-2.1.20/plugins/ma echo " #include +--- cyrus-sasl-2.1.20/lib/Makefile.am.orig 2004-10-24 22:05:19.000000000 +0200 ++++ cyrus-sasl-2.1.20/lib/Makefile.am 2005-05-14 10:44:12.000000000 +0200 +@@ -88,7 +88,5 @@ + if test $$k = $$j; then break; fi; done; \ + if test $$k = foo; then deplibs="$$deplibs $$j"; fi ;; \ + esac; done; dependency_libs=""; done; \ +- sed -e "/^dependency_libs=/s%=.*%='$${depdirs}$${deplibs}'%" \ +- libsasl2.la >TMP.$$ && mv TMP.$$ libsasl2.la + rm -f $@ + ln -s .libs/$@ $@