7cc1504616
tests & ok benoit@, thanks
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
$OpenBSD: patch-libnetutil_Makefile_in,v 1.1 2012/07/16 07:39:31 giovanni Exp $
|
|
--- libnetutil/Makefile.in.orig Fri May 25 11:26:38 2012
|
|
+++ libnetutil/Makefile.in Fri May 25 11:26:57 2012
|
|
@@ -3,7 +3,7 @@ srcdir = @srcdir@
|
|
|
|
CXX = @CXX@
|
|
CXXFLAGS = @CXXFLAGS@
|
|
-CPPFLAGS = @CPPFLAGS@ $(DEFS)
|
|
+CPPFLAGS = -I../libdnet-stripped/include @CPPFLAGS@ $(DEFS)
|
|
DEFS = @DEFS@
|
|
DEFS += -D_FORTIFY_SOURCE=2
|
|
AR = ar
|