--- deliantra/Deliantra-Client/util/build 2012/01/18 17:23:53 1.13 +++ deliantra/Deliantra-Client/util/build 2012/01/26 20:11:14 1.14 @@ -8,10 +8,10 @@ # copy and install modules if ! [ "$SKIP_INSTALL" ] ; then - cpan="Win32::Exe Pod::POM LWP" + cpan="Win32::Exe Pod::POM LWP PPI" cpan="" mods="common-sense Guard JSON-XS AnyEvent EV BDB Coro Compress-LZF" - mods="$mods IO-AIO AnyEvent-AIO AnyEvent-BDB Perl-LibExtractor Urlader" + mods="$mods IO-AIO AnyEvent-AIO AnyEvent-BDB Getopt::Long Perl-Strip Perl-LibExtractor Urlader" mods="$mods deliantra/Deliantra deliantra/Deliantra-Client" for host in vm osx105; do @@ -35,6 +35,9 @@ echo "building on platform <$@>" "$@" ' cpan '"$cpan"' log 2>&1 || { cat log; exit 68; } + export EV_EVENTFD=0 + export EV_INOTIFY=0 + export EV_SIGNALFD=0 for mod in '"$mods"'; do echo building $mod cd /root/src/$mod || exit 69