File asleap-obey-cflags.diff of Package asleap
diff --git a/Makefile b/Makefile index 5d34ed6..2e3d13e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # <dragorn> make is a twisted beast ################################## LDLIBS = -lpcap -lcrypt -CFLAGS = -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. +CFLAGS += -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. CFLAGS += -D_OPENSSL_MD4 LDLIBS += -lcrypto CFLAGS += -g3 -ggdb -g