]> git.pld-linux.org Git - packages/cyrus-sasl.git/blob - cyrus-sasl-lt.patch
- allow building without Nagios support
[packages/cyrus-sasl.git] / cyrus-sasl-lt.patch
1 --- cyrus-sasl-2.1.27/lib/Makefile.am.orig      2018-11-24 09:23:55.021657715 +0100
2 +++ cyrus-sasl-2.1.27/lib/Makefile.am   2018-11-24 09:24:00.648324318 +0100
3 @@ -96,25 +96,6 @@
4  install-exec-hook:
5  endif
6  
7 -libsasl2.a: libsasl2.la $(SASL_STATIC_OBJS)
8 -       @echo adding static plugins and dependencies
9 -       $(AR) cru .libs/$@ $(SASL_STATIC_OBJS)
10 -       @for i in ./libsasl2.la ../common/libplugin_common.la ../sasldb/libsasldb.la ../plugins/lib*.la; do \
11 -       if test ! -f $$i; then continue; fi; . $$i; \
12 -       for j in $$dependency_libs foo; do \
13 -       case $$j in foo) ;; \
14 -       -L*) for k in $$depdirs foo; do \
15 -           if test $$k = $$j; then break; fi; done; \
16 -         if test $$k = foo; then depdirs="$$depdirs $$j"; fi ;; \
17 -       -l*) for k in $$deplibs foo; do \
18 -           if test $$k = $$j; then break; fi; done; \
19 -         if test $$k = foo; then deplibs="$$deplibs $$j"; fi ;; \
20 -       esac; done; dependency_libs=""; done; \
21 -       sed -e "/^dependency_libs=/s%=.*%='$${depdirs}$${deplibs}'%" \
22 -       libsasl2.la >TMP.$$ && mv TMP.$$ libsasl2.la
23 -       rm -f $@
24 -       ln -s .libs/$@ $@
25 -
26  $(SASL_STATIC_SRCS): linksrcs
27  
28  linksrcs:
This page took 0.026844 seconds and 3 git commands to generate.