Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3540
Modified Files:
Makefile.build
Log Message:
fix dependency
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Makefile.build 1 Feb 2015 21:30:41 -0000 1.76
+++ Makefile.build 3 Feb 2015 00:11:50 -0000 1.77
@@ -38,7 +38,7 @@
GROUP_15 := gd glib gnutls imap krb5 \
libnetfilter_conntrack libxslt mcrypt mysql h323plus \
neon tz Pound libconfig libnetfilter_cttimeout \
- libnetfilter_cthelper libnetfilter_queue
+ libnetfilter_cthelper libnetfilter_queue libusb-compat
GROUP_16 := util-linux gawk groff coreutils grep gperf file
@@ -120,7 +120,7 @@
GROUP_X := git pymilter GeoIP avahi cifs-utils kmod pwauth mod_authnz_external mod_authz_unixgroup \
shellinabox pam-abl mod_spdy netatalk opendkim backports.ssl_match_hostname certifi futures \
- pycurl html5lib GateOne libusb-compat
+ pycurl html5lib GateOne
# End of dependencies
@@ -982,4 +982,4 @@
GateOne: | tornado
-libusb-compat: | libusb
+libusb-compat: | $(GROUP_14)
|