# HG changeset patch # User John Beck # Date 1478714633 28800 # Node ID bf2e7fde74d596cf9347b33dfc01580e71fc8977 # Parent c2b1ddc7e31d141fa087f3bdb6401895ca6fa872 25071362 tweaks needed to get libmemcached to build on S11.3 diff -r c2b1ddc7e31d -r bf2e7fde74d5 components/libmemcached/Makefile --- a/components/libmemcached/Makefile Wed Nov 09 09:51:14 2016 -0800 +++ b/components/libmemcached/Makefile Wed Nov 09 10:03:53 2016 -0800 @@ -39,6 +39,10 @@ ifeq ($(OS_VERSION),5.11) LDFLAGS += -lsocket -lnsl +CONFIGURE_OPTIONS += ax_cv_check_cflags__Werror__fPIE=no +CONFIGURE_OPTIONS += ax_cv_check_cflags__Werror__pie=no +CONFIGURE_OPTIONS += ax_cv_check_cxxflags__Werror__fPIE=no +CONFIGURE_OPTIONS += ax_cv_check_cxxflags__Werror__pie=no endif # Include _SOLARIS_ flag for byteorder.h.patch's ifdef to work