From d5537415b8e9f2af831c018d635e911e596bc8c5 Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Tue, 21 Apr 2015 11:31:57 +0200 Subject: [PATCH] Pass along parameters to the general macos build. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b54107ead3..44f105a1dc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -176,7 +176,7 @@ pack-macosx: ./configure \ --prefix=/opt/arangodb - ${MAKE} pack-macosx-cmake + ${MAKE} pack-macosx-cmake MOREOPTS='$(MOREOPTS)' pack-macosx-cmake: cd Build && cmake \ @@ -190,6 +190,7 @@ pack-macosx-cmake: -D "READLINE_VERSION=${READLINE_VERSION}" \ -D "V8_VERSION=${V8_VERSION}" \ -D "ZLIB_VERSION=${ZLIB_VERSION}" \ + $(MOREOPTS) \ .. ${MAKE} .libev-build-64