]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- bcond without selinux added
authorzbyniu <zbyniu@pld-linux.org>
Fri, 3 Nov 2006 22:52:00 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux.spec -> 1.280

util-linux.spec

index 318eeddaa173bdf5a2c96eda7b7c717f36406cdb..e1a5ffba6d5ab154e3c03373a6c4bf6b555c3aad 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with    uClibc  # don't build few utilities
+%bcond_without selinux # build without SELinux support
 #
 # TODO:
 # - move raw to /sbin (potentially can be used before mount partitions)??
@@ -419,6 +420,7 @@ export CC CFLAGS LDFLAGS
        MOREHELPDIR=%{_datadir}/misc \
        %{!?with_uClibc:ADD_RAW="yes"} \
        %{?with_uClibc:HAVE_RAW_H="no" HAVE_PAM="no"} \
+       %{!?with_selinux:HAVE_SELINUX="no"}
 
 %ifarch ppc
 %{__cc} %{rpmcflags} %{rpmldflags} clock-ppc.c -o clock-ppc
This page took 0.10592 seconds and 4 git commands to generate.