Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13760
Modified Files:
Makefile.build
Log Message:
Corrected dependencies
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Makefile.build 8 Dec 2012 15:36:05 -0000 1.60
+++ Makefile.build 9 Dec 2012 15:09:26 -0000 1.61
@@ -44,7 +44,7 @@
GROUP_17 := e2fsprogs gdchart openldap pam_mysql postgresql \
wvstreams iperf irqbalance
-GROUP_18 := cyrus-sasl nss_ldap pam-pgsql pam_ldap
+GROUP_18 := cyrus-sasl nss_ldap pam-pgsql pam_ldap iproute2
GROUP_19 := LPRng LVM LVM2 Python aiccu \
aide apcupsd arping arpwatch bacula \
@@ -61,7 +61,7 @@
grsecurity grub \
hdparm hostap-driver i2c id3 \
ifenslave inetutils inotify-tools insserv sipcalc \
- iproute2 iptraf iputils ipvsadm isapnptools \
+ iptraf iputils ipvsadm isapnptools \
jailkit jfsutils jftpgw joe kbd \
keepalived lcd4linux less lftp lha \
liblockfile logrotate lsof lynx \
@@ -445,7 +445,7 @@
sipcalc: | $(GROUP_18)
-iproute2: | $(GROUP_18) iptables
+iproute2: | $(GROUP_17) iptables
iptraf: | $(GROUP_18)
|