Browse Source

[master] (urgent care workaround) temporarily stop building perfdhcp, which
breaks solaris buildbot due to portability of getifaddrs.

JINMEI Tatuya 13 years ago
parent
commit
7017367c11
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tests/tools/Makefile.am

+ 5 - 1
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