15 lines
546 B
Plaintext
15 lines
546 B
Plaintext
$OpenBSD: patch-makefile,v 1.5 2007/01/27 00:02:57 steven Exp $
|
|
--- makefile.orig Wed Dec 27 18:53:38 2006
|
|
+++ makefile Sat Jan 27 01:00:39 2007
|
|
@@ -3,8 +3,8 @@
|
|
|
|
VERSION = `cat VERSION`
|
|
CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wcast-align
|
|
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
|
|
-LDFLAGS += -s # The default linker flags.
|
|
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
|
|
+LDFLAGS += # The default linker flags.
|
|
LIBS += -lm # The default libraries to link.
|
|
|
|
# "make READLINE=1" to include readline support:
|