mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
fix: build against the correct directory
This commit is contained in:
parent
6381244e26
commit
25fb7889a5
@ -84,7 +84,7 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then
|
||||
suppress ./configure \
|
||||
--with-cpu-opt=generic \
|
||||
--prefix="$BUILD_DIR/nginx" \
|
||||
--with-pcre=../pcre-${PCRE_VERSION} \
|
||||
--with-pcre=../pcre2-${PCRE_VERSION} \
|
||||
--sbin-path=. \
|
||||
--pid-path=./nginx.pid \
|
||||
--conf-path=./nginx.conf \
|
||||
|
Loading…
Reference in New Issue
Block a user