respect CFLAGS, ok maintainer

This commit is contained in:
wilfried 2001-03-19 17:43:11 +00:00
parent c3713ccace
commit f10d7d9eb2
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2001/03/19 17:43:11 wilfried Exp $
--- Makefile.in.orig Tue Jul 4 18:21:32 2000
+++ Makefile.in Mon Mar 19 17:58:13 2001
@@ -50,7 +50,7 @@ CC = @CC@
CCOPT = @V_CCOPT@
DEFS = @DEFS@
INCLS = -I.
-CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
+CFLAGS = @CFLAGS@ $(DEFS) $(INCLS)
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
NETLIBS = @V_NETLIBS@

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-cgi-src_Makefile_in,v 1.1 2001/03/19 17:43:11 wilfried Exp $
--- cgi-src/Makefile.in.orig Tue Sep 26 22:20:14 2000
+++ cgi-src/Makefile.in Mon Mar 19 17:59:22 2001
@@ -34,7 +34,7 @@ CC = @CC@
CCOPT = @V_CCOPT@
DEFS = @DEFS@
INCLS = -I..
-CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
+CFLAGS = @CFLAGS@ $(DEFS) $(INCLS)
LDFLAGS = @LDFLAGS@ @V_STATICFLAG@
LIBS = @LIBS@
NETLIBS = @V_NETLIBS@

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-extras_Makefile_in,v 1.1 2001/03/19 17:43:11 wilfried Exp $
--- extras/Makefile.in.orig Wed Sep 15 18:00:14 1999
+++ extras/Makefile.in Mon Mar 19 17:59:03 2001
@@ -35,7 +35,7 @@ CC = @CC@
CCOPT = @V_CCOPT@
DEFS = @DEFS@
INCLS = -I..
-CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
+CFLAGS = @CFLAGS@ $(DEFS) $(INCLS)
STATICFLAG = @V_STATICFLAG@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@