opnsense-ports/textproc/sxml/files/patch-examples_Makefile.in
Franco Fichtner 615538d590 */*: sync with upstream
Taken from: HardenedBSD
2017-12-28 22:58:19 +01:00

11 lines
391 B
Text

--- examples/Makefile.in.orig 2008-02-05 14:03:37 UTC
+++ examples/Makefile.in
@@ -34,7 +34,7 @@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s
INSTALL_DATA=@INSTALL_DATA@
DEFS= @DEFS@
-OPTS= -fforce-mem -fforce-addr -fstrength-reduce -funroll-loops -finline-functions
+OPTS= -fstrength-reduce -funroll-loops -finline-functions
CPPFLAGS= -I.. -L..
CFLAGS= ${DEFS} ${CPPFLAGS} ${OPTS} @CFLAGS@