Do not strip nginx, if its built with debug information.
Do not bump PORTREVISION, because changes only affected non-default version (with WITH_DEBUG flag).
This commit is contained in:
parent
c246668a91
commit
e6964d9e89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138067
@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+=--with-debug
|
||||
STRIP= #do not strip if nginx with debug information
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPENSSL_MODULE)
|
||||
|
@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+=--with-debug
|
||||
STRIP= #do not strip if nginx with debug information
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPENSSL_MODULE)
|
||||
|
Loading…
Reference in New Issue
Block a user