opnsense-ports/net/multicat/files/patch-Makefile
Franco Fichtner 4b1fa14878 */*: sync with upstream
Taken from: FreeBSD
2017-02-07 08:19:59 +01:00

12 lines
406 B
Text

--- Makefile.orig 2017-01-31 18:17:02 UTC
+++ Makefile
@@ -1,8 +1,7 @@
# multicat Makefile
VERSION = 2.2
-CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE
-CFLAGS += -g
+CFLAGS += -Wall -Wformat-security -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE
# Comment out the following line for Mac OS X build
LDLIBS += -lrt -pthread