Author: alexander
Date: 2006-01-23 21:59:57 -0700 (Mon, 23 Jan 2006)
New Revision: 1376

Modified:
   trunk/packages/shadow/Makefile
Log:
Disabled selinux support in shadow


Modified: trunk/packages/shadow/Makefile
===================================================================
--- trunk/packages/shadow/Makefile      2006-01-24 00:33:17 UTC (rev 1375)
+++ trunk/packages/shadow/Makefile      2006-01-24 04:59:57 UTC (rev 1376)
@@ -22,10 +22,10 @@
 
 compile-stage2:
 ifndef CROSS
-       ./configure --libdir=/lib --enable-shared
+       ./configure --libdir=/lib --enable-shared --without-selinux
 else
        CC="gcc $(64FLAGS)" ./configure --libdir=/lib64 \
-        --enable-shared
+        --enable-shared --without-selinux
 endif
        sed -i 's/groups$$(EXEEXT) //' src/Makefile
        find man -name Makefile -exec sed -i '/groups/d' {} \;

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to