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:
Sergey A. Osokin 2005-06-27 14:53:50 +00:00
parent c246668a91
commit e6964d9e89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138067
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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)