SPECS: libfuse.spec - let selinux bcond actually disable selinux

qboosh qboosh at pld-linux.org
Sun Feb 4 12:58:43 CET 2007


Author: qboosh                       Date: Sun Feb  4 11:58:43 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- let selinux bcond actually disable selinux

---- Files affected:
SPECS:
   libfuse.spec (1.78 -> 1.79) 

---- Diffs:

================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.78 SPECS/libfuse.spec:1.79
--- SPECS/libfuse.spec:1.78	Sat Feb  3 21:42:20 2007
+++ SPECS/libfuse.spec	Sun Feb  4 12:58:38 2007
@@ -8,7 +8,7 @@
 %bcond_without	userspace	# don't build userspace tools
 %bcond_with	verbose		# verbose build (V=1)
 %bcond_with	grsec_kernel	# build for kernel-grsecurity
-%bcond_without  selinux # build without SELinux support
+%bcond_without	selinux		# build without SELinux support
 #
 %if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
 %define	alt_kernel	grsecurity
@@ -164,6 +164,7 @@
 %{__autoconf}
 %{__automake}
 %configure \
+	%{!?with_selinux:ac_cv_header_selinux_selinux_h=no} \
 	--%{?with_kernel:en}%{!?with_kernel:dis}able-kernel-module \
 	--enable-lib \
 	--enable-util \
@@ -264,6 +265,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.79  2007/02/04 11:58:38  qboosh
+- let selinux bcond actually disable selinux
+
 Revision 1.78  2007/02/03 20:42:20  areq
 - bcond_without  selinux
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libfuse.spec?r1=1.78&r2=1.79&f=u



More information about the pld-cvs-commit mailing list