84ecfaf773
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.
13 lines
311 B
Text
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
|