You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/smbc/files/smbc-1.2.2-cflags.patch

14 lines
323 B

Do not define CFLAGS
--- a/src/Makefile.am 2005-06-29 14:14:02.000000000 +0200
+++ b/src/Makefile.am 2009-04-28 18:18:26.000000000 +0200
@@ -18,7 +18,7 @@
smb-ext.c smb-ext.h
smbc_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wall
-CFLAGS = -O3
+#CFLAGS = -O3
if GDB
smbc_CFLAGS += -ggdb -g