]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] (urgent care workaround) temporarily stop building perfdhcp, which
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 22 Dec 2011 21:52:44 +0000 (13:52 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 22 Dec 2011 21:52:44 +0000 (13:52 -0800)
breaks solaris buildbot due to portability of getifaddrs.

tests/tools/Makefile.am

index ac10c40b8c2492deacdecbd4ea78c065afc80bb4..56cade32fe85b4c7004e18b3d18f360204219727 100644 (file)
@@ -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