* Tue Sep 21 2006 Dan Walsh <dwalsh@redhat.com> 1.30.29-4

- More translations
- Compile with -pie
This commit is contained in:
Daniel J Walsh 2006-09-21 21:10:14 +00:00
parent 0e300cf3bd
commit 9c2204390f
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ diff --exclude-from=exclude --exclude='*.po' -N -u -r nsapolicycoreutils/restore
SELINUXDIR = $(DESTDIR)/etc/selinux
-CFLAGS ?= -g -Werror -Wall -W
+CFLAGS ?= -g -Werror -Wall -W -fpie
+CFLAGS ?= -g -Werror -Wall -W -fPIE
override CFLAGS += -I$(PREFIX)/include -D_FILE_OFFSET_BITS=64
LDLIBS += -lselinux -lsepol -L$(PREFIX)/lib