From: JINMEI Tatuya Date: Thu, 22 Dec 2011 21:52:44 +0000 (-0800) Subject: [master] (urgent care workaround) temporarily stop building perfdhcp, which X-Git-Tag: trac2351_base~299^2~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7017367c1118709bb9d793814493df4dcab28221;p=thirdparty%2Fkea.git [master] (urgent care workaround) temporarily stop building perfdhcp, which breaks solaris buildbot due to portability of getifaddrs. --- diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am index ac10c40b8c..56cade32fe 100644 --- a/tests/tools/Makefile.am +++ b/tests/tools/Makefile.am @@ -1 +1,5 @@ -SUBDIRS = badpacket perfdhcp +# perfdhcp uses getifaddrs, which is not a standard library and is not +# portable (at least not exist on our Solaris buildbot). For a short term +# workaround we stop building it until it's resolved. +#SUBDIRS = badpacket perfdhcp +SUBDIRS = badpacket