a8ea4a8
--- fortune-mod-1.99.1/Makefile	2004-03-05 05:29:56.000000000 -0800
a8ea4a8
+++ fortune-mod-1.99.1/Makefile.cflags	2005-03-13 08:34:26.910944536 -0800
a8ea4a8
@@ -65,8 +65,8 @@
a8ea4a8
 RECODELIBS=-lrecode
a8ea4a8
 
a8ea4a8
 DEFINES=-DFORTDIR="\"$(COOKIEDIR)\"" -DOFFDIR="\"$(OCOOKIEDIR)\"" -DLOCFORTDIR="\"$(LOCALDIR)\"" -DLOCOFFDIR="\"$(LOCALODIR)\""
a8ea4a8
-CFLAGS=-O2 $(DEFINES) -Wall -fomit-frame-pointer -pipe -fsigned-char
a8ea4a8
-LDFLAGS=-s
a8ea4a8
+CFLAGS=$(RPM_OPT_FLAGS) $(DEFINES)
a8ea4a8
+LDFLAGS=
a8ea4a8
 
a8ea4a8
 # The above flags are used by default; the debug flags are used when make
a8ea4a8
 # is called with a debug target, such as 'make debug'