]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
- let selinux bcond actually disable selinux
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Feb 2007 11:58:38 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libfuse.spec -> 1.79

libfuse.spec

index 87b381586d3e519dd9c0a8b94bdae98c225bd888..2bdc1641cc610482c99b5ce1c8ff5974f52fa652 100644 (file)
@@ -7,7 +7,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
@@ -163,6 +163,7 @@ sed -i '/FUSERMOUNT_PROG/s,fusermount,%{_bindir}/fusermount,' lib/mount.c
 %{__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 \
This page took 0.070111 seconds and 4 git commands to generate.