15 lines
444 B
Plaintext
15 lines
444 B
Plaintext
$OpenBSD: patch-makefile,v 1.4 2006/10/13 19:24:41 steven Exp $
|
|
--- makefile.orig Sun Sep 10 23:52:41 2006
|
|
+++ makefile Fri Oct 13 21:11:21 2006
|
|
@@ -3,8 +3,8 @@
|
|
|
|
VERSION = `cat VERSION`
|
|
CFLAGS += -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wcast-align
|
|
-CFLAGS += -O -DUNIX -DVERSION=\"$(VERSION)\"
|
|
-LDFLAGS += -s
|
|
+CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\"
|
|
+LDFLAGS +=
|
|
LIBS += -lm
|
|
|
|
CFLAGS += $(READLINE:1=-DREADLINE)
|