pkgsrc/mbone/beacon/patches/patch-ad
joerg b146d123da Fix autoconf header to not re-declare inet_ntop and friends.
Fix text relocations by ensuring the Perl module can use -fPIC builds.
Bump revision.
2008-06-21 17:58:17 +00:00

12 lines
314 B
Text

$NetBSD: patch-ad,v 1.1 2008/06/21 17:58:17 joerg Exp $
--- libbeacon/Makefile.in.orig 2008-06-21 11:44:56.000000000 +0000
+++ libbeacon/Makefile.in
@@ -78,6 +78,7 @@ AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
+AM_CFLAGS= -fPIC
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@