]> git.pld-linux.org Git - packages/MAKEDEV.git/commitdiff
- bcond without selinux added
authorzbyniu <zbyniu@pld-linux.org>
Sat, 4 Nov 2006 11:15:06 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MAKEDEV.spec -> 1.48

MAKEDEV.spec

index 76cd791b7c3b9bee33f29b4e7d528db858a8ec4e..760fcdfc82575d0d7fbb148de25cf57ecd3a8293 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without selinux         # build without SELinux support
+#
 Summary:       Program to make and update /dev entries
 Summary(de):   Script zum Erstellen und Aktualisieren von /dev-Einträgen
 Summary(es):   Script para hacer y actualizar entradas referentes a dispositivos en /dev
@@ -69,7 +73,7 @@ olarak i
 %{__make} \
        CC="%{__cc}" \
        OPTFLAGS="%{rpmcflags} %{rpmldflags}" \
-       SELINUX=1
+       %{?with_selinux:SELINUX=1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.033991 seconds and 4 git commands to generate.