Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1137
Modified Files:
Makefile.build
Log Message:
pam_mount needs libmount built first
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Makefile.build 13 Jan 2015 19:25:08 -0000 1.71
+++ Makefile.build 14 Jan 2015 13:25:46 -0000 1.72
@@ -37,13 +37,13 @@
GROUP_15 := gd glib gnutls imap krb5 \
libnetfilter_conntrack libxslt mcrypt mysql h323plus \
- pam_mount neon tz Pound libconfig libnetfilter_cttimeout \
+ neon tz Pound libconfig libnetfilter_cttimeout \
libnetfilter_cthelper libnetfilter_queue
GROUP_16 := util-linux gawk groff coreutils grep gperf file
GROUP_17 := e2fsprogs gdchart openldap pam_mysql postgresql \
- wvstreams iperf irqbalance ffmpeg
+ wvstreams iperf irqbalance ffmpeg pam_mount
GROUP_18 := cyrus-sasl nss_ldap pam-pgsql pam_ldap iptables iproute2
@@ -288,7 +288,7 @@
h323plus: | $(GROUP_14)
-pam_mount: | $(GROUP_14)
+pam_mount: | $(GROUP_16)
e2fsprogs: | $(GROUP_16)
|