[PATCH] make spec file turn off selinux support by default.

This commit is contained in:
greg@kroah.com 2004-03-02 22:54:00 -08:00 committed by Greg KH
parent a8b41e072c
commit e729cb0b73
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# if we want to build SELinux support in or not.
# 0 - no SELinux support
# 1 - SELinux support
%define selinux 1
%define selinux 0
# if we want to enable debugging support in udev. If it is enabled, lots of
# stuff will get sent to the debug syslog.