Blame procmail-cflags.dif
|
|
ab82a9 |
|
|
|
ab82a9 |
Makefile | 9 ++++
|
|
|
ab82a9 |
1 file changed, 4 insertions(+), 5 deletions(-)
|
|
|
ab82a9 |
|
|
Bernhard M. Wiedemann |
6bd25c |
--- Makefile
|
|
Bernhard M. Wiedemann |
6bd25c |
+++ Makefile 2011-11-14 13:39:35.711147708 +0000
|
|
Bernhard M. Wiedemann |
6bd25c |
@@ -82,13 +82,12 @@ SEARCHLIBS = -lm
|
|
Bernhard M. Wiedemann |
6bd25c |
# Informal list of directories where we look for the libraries in SEARCHLIBS
|
|
Bernhard M. Wiedemann |
6bd25c |
LIBPATHS=/lib64 /usr/lib64 /lib /usr/lib
|
|
Bernhard M. Wiedemann |
6bd25c |
|
|
Bernhard M. Wiedemann |
6bd25c |
-GCC_WARNINGS = -pedantic -Wreturn-type -Wunused -Wformat -Wtraditional \
|
|
Bernhard M. Wiedemann |
6bd25c |
- -Wpointer-arith -Wconversion -Waggregate-return \
|
|
Bernhard M. Wiedemann |
6bd25c |
- #-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized
|
|
Bernhard M. Wiedemann |
6bd25c |
+GCC_WARNINGS = -pedantic -Wall -Wformat -Wpointer-arith
|
|
Bernhard M. Wiedemann |
6bd25c |
|
|
Bernhard M. Wiedemann |
6bd25c |
+XCFLAGS=
|
|
Bernhard M. Wiedemann |
6bd25c |
|
|
Bernhard M. Wiedemann |
6bd25c |
-CFLAGS0 = $(RPM_OPT_FLAGS) -D_GNU_SOURCE -pipe #$(GCC_WARNINGS)
|
|
Bernhard M. Wiedemann |
6bd25c |
-LDFLAGS0= -s
|
|
Bernhard M. Wiedemann |
6bd25c |
+CFLAGS0 = $(RPM_OPT_FLAGS) -D_GNU_SOURCE -pipe $(XCFLAGS)
|
|
Bernhard M. Wiedemann |
6bd25c |
+LDFLAGS0=
|
|
Bernhard M. Wiedemann |
6bd25c |
# Read my libs :-)
|
|
Bernhard M. Wiedemann |
6bd25c |
LIBS=
|
|
Bernhard M. Wiedemann |
6bd25c |
|