23254653 libevent upgrade breaks existing binaries
authorStacy Yeh <stacy.yeh@oracle.com>
Tue, 10 May 2016 14:56:01 -0700
changeset 5956 bab7092584c6
parent 5955 db8f9a9b1108
child 5957 c5fa57b940a5
23254653 libevent upgrade breaks existing binaries
components/nghttp2/Makefile
--- a/components/nghttp2/Makefile	Tue May 10 14:41:16 2016 -0700
+++ b/components/nghttp2/Makefile	Tue May 10 14:56:01 2016 -0700
@@ -38,6 +38,8 @@
 TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk
 
+# examples are not being shipped and currently do not build when using Studio.
+CONFIGURE_OPTIONS += --disable-examples
 CONFIGURE_OPTIONS += --disable-hpack-tools
 CONFIGURE_OPTIONS += --disable-static
 CONFIGURE_OPTIONS += ZLIB_LIBS=-lz