pkgsrc/mail/cyrus-imapd/patches/patch-am
jlam 84ecfaf773 If we are building with perl, then create libcyrus.a, libacap.a, and
libsieve.a from relocatable objects so that when the Perl modules are
linked against these libraries, they are composed wholly from relocatable
objects.  We query perl for how to compile a source file into a relocatable
object file.  This should fix pkg/16089.
2002-11-01 00:26:30 +00:00

13 lines
311 B
Text

$NetBSD: patch-am,v 1.1 2002/11/01 00:26:30 jlam Exp $
--- lib/Makefile.in.orig Tue Aug 22 22:47:57 2000
+++ lib/Makefile.in
@@ -58,7 +58,7 @@ DEFS = @DEFS@
CPPFLAGS = -I.. @CPPFLAGS@ @SASLFLAGS@
LIBS = @LIBS@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
LDFLAGS = @LDFLAGS@
SHELL = /bin/sh