respect CFLAGS
This commit is contained in:
parent
4155012331
commit
23ae12c1a5
@ -1,6 +1,15 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2001/03/07 03:00:00 fgsch Exp $
|
||||
--- Makefile.in.orig Mon Jan 8 04:37:44 2001
|
||||
+++ Makefile.in Tue Mar 6 23:39:02 2001
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2001/03/12 15:44:34 wilfried Exp $
|
||||
--- Makefile.in.orig Mon Jan 8 08:37:44 2001
|
||||
+++ Makefile.in Mon Mar 12 16:39:04 2001
|
||||
@@ -19,7 +19,7 @@ PCRELIB = @PCRELIB@
|
||||
# Flags
|
||||
DEBUG = -g
|
||||
STRIP = -s
|
||||
-CFLAGS = -I. @DEFS@ @GCC_FLAGS@ $(DEBUG)
|
||||
+CFLAGS = -I. @DEFS@ @CFLAGS@
|
||||
LIBS = @LIBS@
|
||||
|
||||
# Directories and Paths
|
||||
@@ -32,7 +32,9 @@ BINDIR = $(PREFIX_USR)/sbin
|
||||
MANDIR = $(PREFIX_USR)/man
|
||||
SPOOLDIR = $(PREFIX_VAR)/spool/news
|
||||
|
Loading…
x
Reference in New Issue
Block a user