12 lines
406 B
Diff
12 lines
406 B
Diff
--- anacron-2.3/Makefile.piee 2006-10-17 12:39:39.000000000 +0200
|
|
+++ anacron-2.3/Makefile 2006-10-17 12:39:39.000000000 +0200
|
|
@@ -22,7 +22,8 @@
|
|
PREFIX =
|
|
BINDIR = $(PREFIX)/usr/sbin
|
|
MANDIR = $(PREFIX)/usr/man
|
|
-CFLAGS = -Wall -pedantic -O2
|
|
+LDFLAGS = -fpie -Wl,-z,relro
|
|
+CFLAGS = -Wall -pedantic -W -Wundef -fpie
|
|
#CFLAGS = -Wall -O2 -g -DDEBUG
|
|
|
|
# If you change these, please update the man-pages too
|