summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-03-13 20:57:08 +0000
committerJeremy Katz <katzj@redhat.com>2006-03-13 20:57:08 +0000
commit090c6cb5f267e080bf62abc8ea88c4b973459a3a (patch)
tree317ecd027b999c7e63ae30f6cce4792a2bfff393 /Makefile.inc
parentb1e28e099a9c3edfd76abdad0a2442f2649dab7b (diff)
downloadanaconda-090c6cb5f267e080bf62abc8ea88c4b973459a3a.tar.gz
anaconda-090c6cb5f267e080bf62abc8ea88c4b973459a3a.tar.xz
anaconda-090c6cb5f267e080bf62abc8ea88c4b973459a3a.zip
2006-03-13 Matt Wilson <msw@rpath.com>
* Makefile.inc: Add flag for whether or not to use SELinux. * isys/Makefile: Conditionalize SELinux. * isys/isys.c: Likewise. * loader2/Makefile: Likewise.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 5cced1a02..1e0c0ee9f 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -24,6 +24,8 @@ ifeq (nosucharch, $(ARCH))
USEDIET=1
endif
+USESELINUX=1
+
ifndef RPM_OPT_FLAGS
RPM_OPT_FLAGS = -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
endif