From b8c5edf171e2149ea5538b95eeeefd50ce29ece4 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Apr 2018 10:57:33 +0000 Subject: Remove DTRACE option Enabling DTRACE option causes build failure. It appears this option never really worked on FreeBSD. PR: 217097 Submitted by: sunpoet (myself) Approved by: Mikhail Tsatsenko (maintainer) Thanks to: John Hein (for analysis and testing) --- databases/libmemcached/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'databases/libmemcached') diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile index 8f4e0a14e89b..ee8b4ab8d263 100644 --- a/databases/libmemcached/Makefile +++ b/databases/libmemcached/Makefile @@ -27,19 +27,17 @@ TEST_TARGET= check LIBS+= -lexecinfo CXXFLAGS+= -D__STDC_CONSTANT_MACROS -pthread -OPTIONS_DEFINE= DEBUG DTRACE MEMASLAP SASL +OPTIONS_DEFINE= DEBUG MEMASLAP SASL OPTIONS_DEFAULT= MEMASLAP SASL MURMUR FNV64 OPTIONS_GROUP= HASH OPTIONS_GROUP_HASH= FNV64 HSIEH MURMUR -DTRACE_DESC= Enable DTrace support MEMASLAP_DESC= Load generation and benchmark tool FNV64_DESC= Enable fnv64 hashing HSIEH_DESC= Enable hsieh hashing MURMUR_DESC= Enable murmur hashing DEBUG_CONFIGURE_ENABLE= debug -DTRACE_CONFIGURE_ENABLE= dtrace MEMASLAP_CONFIGURE_ENABLE= memaslap FNV64_CONFIGURE_ENABLE= fnv64_hash HSIEH_CONFIGURE_ENABLE= hsieh_hash -- cgit v1.2.3