diff options
author | seb <seb@pkgsrc.org> | 2002-11-04 01:35:31 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-11-04 01:35:31 +0000 |
commit | 0130253c653c95be0916d96efb601bff5852e192 (patch) | |
tree | 70d9e3a034cae31bbd876e5ba1a8bb10753e132a | |
parent | ae222cd5b082703c365f2ca90a77cd83eebc0713 (diff) | |
download | pkgsrc-0130253c653c95be0916d96efb601bff5852e192.tar.gz |
More fix for PR pkg/16089.
Libisieve also need to be composed of relocatable objects.
-rw-r--r-- | mail/cyrus-imapd/patches/patch-ao | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/patches/patch-ao b/mail/cyrus-imapd/patches/patch-ao new file mode 100644 index 00000000000..7cbdd2f7699 --- /dev/null +++ b/mail/cyrus-imapd/patches/patch-ao @@ -0,0 +1,22 @@ +$NetBSD: patch-ao,v 1.1 2002/11/04 01:35:31 seb Exp $ + +--- perl/sieve/lib/Makefile.in.orig Mon Dec 18 05:53:42 2000 ++++ perl/sieve/lib/Makefile.in +@@ -54,8 +54,8 @@ LIBS = ../../../lib/libcyrus.a @LIB_SASL + IMAP_LIBS = @IMAP_LIBS@ + DEPLIBS = ../../../lib/libcyrus.a @DEPLIBS@ + +-CFLAGS = -g +-LDFLAGS = -g @LDFLAGS@ ++CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@ ++LDFLAGS = @LDFLAGS@ + + SHELL = /bin/sh + MAKEDEPEND = @MAKEDEPEND@ +@@ -87,4 +87,4 @@ distclean: clean + depend: + ${MAKEDEPEND} $(CPPFLAGS) $(DEFS) $(CFLAGS) *.c $(srcdir)/*.c 1> makedepend.log 2>&1 + +-# DO NOT DELETE THIS LINE -- make depend depends on it. +\ No newline at end of file ++# DO NOT DELETE THIS LINE -- make depend depends on it. |