|
From: Heiko Z. <smi...@us...> - 2015-12-19 14:29:42
|
Update of /cvsroot/devil-linux/build In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22680 Modified Files: Makefile.build Log Message: libxml2 sometimes fails to compile. hopefully this will resolve the dependency issue Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- Makefile.build 12 Dec 2015 22:39:50 -0000 1.96 +++ Makefile.build 19 Dec 2015 14:29:40 -0000 1.97 @@ -31,10 +31,10 @@ tcp_wrappers which libdaemon \ gzip xz keyutils libmnl cmake libecap -GROUP_13b := bash +GROUP_13b := bash libxml2 GROUP_14 := Linux-PAM acl gmp gnupg libdnet \ - libdvdread libgcrypt libmcrypt libpng libxml2 \ + libdvdread libgcrypt libmcrypt libpng \ openssl ptlib tiff daq nettle p11-kit libffi libbsd libtasn1 GROUP_15 := gd glib gnutls krb5 \ @@ -245,7 +245,7 @@ libpng: | $(GROUP_13b) -libxml2: | $(GROUP_13b) +libxml2: | $(GROUP_13) openssl: | $(GROUP_13b) |