compile -fPIC since the library is used to link into other shared libs
(in p5-flowd, py-flowd etc.)
This commit is contained in:
parent
aea310895d
commit
d99bc70d98
12
net/flowd/patches/patch-Makefile_in
Normal file
12
net/flowd/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2005/06/09 00:59:03 pvalchev Exp $
|
||||
--- Makefile.in.orig Wed Jun 8 18:18:12 2005
|
||||
+++ Makefile.in Wed Jun 8 18:20:11 2005
|
||||
@@ -25,7 +25,7 @@ VPATH=@srcdir@
|
||||
CC=@CC@
|
||||
LDFLAGS=@LDFLAGS@
|
||||
CFLAGS=@CFLAGS@
|
||||
-CPPFLAGS=-I$(srcdir) @CPPFLAGS@ $(PATHFLAGS) $(PROGFLAGS) @DEFS@
|
||||
+CPPFLAGS=-I$(srcdir) -fPIC @CPPFLAGS@ $(PATHFLAGS) $(PROGFLAGS) @DEFS@
|
||||
LIBS=@LIBS@
|
||||
EXEEXT=@EXEEXT@
|
||||
INSTALL=@INSTALL@
|
Loading…
x
Reference in New Issue
Block a user