summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-07 07:01:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-07 07:01:11 +0000
commitb45bef6fcd46d930be788911865eeb9ae7f94d81 (patch)
treee3f86a129429299b096e9d5db242b9d405e929ce /news
parenttypo in "Version required". (diff)
Respect CFLAGS
Notes
Notes: svn path=/head/; revision=25547
Diffstat (limited to 'news')
-rw-r--r--news/leafnode/files/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/leafnode/files/patch-ag b/news/leafnode/files/patch-ag
new file mode 100644
index 000000000000..521bdcd7cce2
--- /dev/null
+++ b/news/leafnode/files/patch-ag
@@ -0,0 +1,12 @@
+--- Makefile.in.orig Mon Dec 13 12:15:08 1999
++++ Makefile.in Sun Feb 6 19:52:22 2000
+@@ -19,7 +19,8 @@
+ # Flags
+ DEBUG = -g
+ STRIP = -s
+-CFLAGS = -I. @DEFS@ @GCC_FLAGS@ $(DEBUG)
++CFLAGS ?= -O2
++CFLAGS += -I. @DEFS@ @GCC_FLAGS@ $(DEBUG)
+ LIBS = @LIBS@
+
+ # Directories and Paths