From: Willy Tarreau Date: Mon, 9 Apr 2007 14:30:28 +0000 (+0200) Subject: [BUILD] enable kqueue on MacOS X too X-Git-Tag: v1.3.9~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae42f42f83507158bafd89c56cedfeb051b0e70;p=thirdparty%2Fhaproxy.git [BUILD] enable kqueue on MacOS X too MacOS X is said to have kqueue. Let's enable it too. --- diff --git a/Makefile.osx b/Makefile.osx index cb79d57791..5c87d7b3d8 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -29,7 +29,7 @@ PCREDIR!= pcre-config --prefix 2>/dev/null || : #PCREDIR=/usr/local # This is for darwin 3.0 and above -COPTS.darwin = -DENABLE_POLL +COPTS.darwin = -DENABLE_POLL -DENABLE_KQUEUE LIBS.darwin = # CPU dependant optimizations @@ -69,7 +69,7 @@ ADDLIB = # set some defines when needed. # Known ones are -DENABLE_POLL # - use -DTPROXY to compile with transparent proxy support. -DEFINE = -DTPROXY +DEFINE = -DTPROXY # global options TARGET_OPTS=$(COPTS.$(TARGET))