Update of /cvsroot/devil-linux/build
In directory vz-cvs-3.sog:/tmp/cvs-serv22153
Modified Files:
Makefile.build Makefile.install
Log Message:
oopsCVS: ----------------------------------------------------------------------
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Makefile.build 24 Jan 2012 13:11:55 -0000 1.44
+++ Makefile.build 24 Jan 2012 14:11:07 -0000 1.45
@@ -904,3 +904,5 @@
cifs-utils: | samba keyutils libcap-ng
ipset: | libmnl
+
+libmnl: | $(GROUP_11)
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile.install 24 Jan 2012 13:11:55 -0000 1.28
+++ Makefile.install 24 Jan 2012 14:11:07 -0000 1.29
@@ -23,7 +23,7 @@
GROUP_13 := attr bzip2 cracklib db-4 freetype \
gifsicle libcap libcap-ng libmad giflib \
- ncurses tcp_wrappers which tz libtirpc
+ ncurses tcp_wrappers which tz libtirpc libmnl
GROUP_14 := Linux-PAM acl gnupg openssl rpcbind
@@ -112,7 +112,7 @@
GROUP_31 := setfiledates
-GROUP_X := git pymilter GeoIP avahi cifs-utils ipset libmnl
+GROUP_X := git pymilter GeoIP avahi cifs-utils
# End of dependencies
@@ -822,3 +822,5 @@
cifs-utils: | samba keyutils
ipset: | libmnl
+
+libmnl: | $(GROUP_08)
|