Skip to content

Instantly share code, notes, and snippets.

@DennisDenuto
Created January 13, 2017 00:45
Show Gist options
  • Save DennisDenuto/49b803f2c9c5c8f492ca055c419ea948 to your computer and use it in GitHub Desktop.
Save DennisDenuto/49b803f2c9c5c8f492ca055c419ea948 to your computer and use it in GitHub Desktop.
osx bosh install-dependencies
diff --git a/release/packages/nginx/packaging b/release/packages/nginx/packaging
index 757226e..b5e8229 100644
--- a/release/packages/nginx/packaging
+++ b/release/packages/nginx/packaging
@@ -22,7 +22,9 @@ pushd nginx-1.11.1
--add-module=../headers-more-nginx-module-0.30 \
--with-http_ssl_module \
--with-http_dav_module \
- --add-module=../nginx-upload-module-2.2
+ --add-module=../nginx-upload-module-2.2 \
+ --with-ld-opt="-L/usr/local/opt/openssl/lib" \
+ --with-cc-opt="-I/usr/local/opt/openssl/include"
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment