summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
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