]> git.pld-linux.org Git - packages/cyrus-sasl.git/blobdiff - cyrus-sasl-lt.patch
- fixed ru/uk summaries in -devel
[packages/cyrus-sasl.git] / cyrus-sasl-lt.patch
index 80bb9f5d126ec69b193d8776e47a51fdffde53ee..3bf1241efd90258d84d9f39d2c9d273b371ba11c 100644 (file)
@@ -1,18 +1,47 @@
---- sasldb/Makefile.am~        2003-10-14 22:06:54.000000000 +0200
-+++ sasldb/Makefile.am 2004-01-24 23:36:13.763462739 +0100
-@@ -49,7 +49,6 @@
- extra_common_sources = db_none.c db_ndbm.c db_gdbm.c db_berkeley.c db_testw32.c
+--- 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
  
  noinst_LTLIBRARIES = libsasldb.la
 -noinst_LIBRARIES = libsasldb.a
  
  libsasldb_la_SOURCES = allockey.c sasldb.h
  EXTRA_libsasldb_la_SOURCES = $(extra_common_sources)
-@@ -61,7 +60,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.21/lib/Makefile.am.orig     2005-05-07 06:54:18.000000000 +0200
++++ cyrus-sasl-2.1.21/lib/Makefile.am  2005-05-21 01:12:10.739527352 +0200
+@@ -74,25 +74,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_OBJS): linksrcs
+ linksrcs:
This page took 0.057954 seconds and 4 git commands to generate.