]> git.pld-linux.org Git - packages/cyrus-sasl.git/blobdiff - cyrus-sasl-lt.patch
- add db 5.3 and 5.2 to the search list
[packages/cyrus-sasl.git] / cyrus-sasl-lt.patch
index bd60a7b42fbcdfb032aef77d2dce0736dc67d45b..48414177d6431a79a034bab7e4211d41b68ba02d 100644 (file)
@@ -1,5 +1,5 @@
---- cyrus-sasl-2.1.18/sasldb/Makefile.am.wiget 2004-03-10 16:51:36.000000000 +0100
-+++ cyrus-sasl-2.1.18/sasldb/Makefile.am       2004-03-11 17:20:16.214506300 +0100
+--- cyrus-sasl-2.1.21/sasldb/Makefile.am.orig  2005-05-07 06:54:18.000000000 +0200
++++ cyrus-sasl-2.1.21/sasldb/Makefile.am       2005-05-20 22:52:50.027548768 +0200
 @@ -51,7 +51,6 @@
  EXTRA_DIST = NTMakefile
  
@@ -8,12 +8,40 @@
  
  libsasldb_la_SOURCES = allockey.c sasldb.h
  EXTRA_libsasldb_la_SOURCES = $(extra_common_sources)
-@@ -63,8 +62,3 @@
+@@ -61,8 +60,3 @@
  # Prevent make dist stupidity
  libsasldb_a_SOURCES =
  EXTRA_libsasldb_a_SOURCES =
 -
--libsasldb.a: libsasldb.la $(LOCAL_SASL_DB_BACKEND_STATIC)
--      $(AR) cru .libs/$@ $(LOCAL_SASL_DB_BACKEND_STATIC)
+-libsasldb.a: libsasldb.la $(SASL_DB_BACKEND_STATIC)
+-      $(AR) cru .libs/$@ $(SASL_DB_BACKEND_STATIC)
 -
 -
+--- cyrus-sasl-2.1.25/lib/Makefile.am.orig     2011-09-05 16:18:10.000000000 +0200
++++ cyrus-sasl-2.1.25/lib/Makefile.am  2011-09-16 18:57:36.749138290 +0200
+@@ -76,25 +76,6 @@
+ install-exec-hook:
+ endif
+-libsasl2.a: libsasl2.la $(SASL_STATIC_OBJS)
+-      @echo adding static plugins and dependencies
+-      $(AR) cru .libs/$@ $(SASL_STATIC_OBJS)
+-      @for i in ./libsasl2.la ../sasldb/libsasldb.la ../plugins/lib*.la; do \
+-      if test ! -f $$i; then continue; fi; . $$i; \
+-      for j in $$dependency_libs foo; do \
+-      case $$j in foo) ;; \
+-      -L*) for k in $$depdirs foo; do \
+-          if test $$k = $$j; then break; fi; done; \
+-        if test $$k = foo; then depdirs="$$depdirs $$j"; fi ;; \
+-      -l*) for k in $$deplibs foo; do \
+-          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/$@ $@
+-
+ $(SASL_STATIC_SRCS): linksrcs
+ linksrcs:
This page took 0.097337 seconds and 4 git commands to generate.