1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add the 'DEBUG' build option.

This commit is contained in:
David E. O'Brien 2004-08-23 04:30:04 +00:00
parent ffc724227a
commit 044af49c52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117089

View File

@ -40,6 +40,9 @@ CONFIGURE_ENV= LDFLAGS=-static
.else
CONFIGURE_ARGS+= --enable-static-link=no
.endif
.if defined(DEBUG)
CONFIGURE_ARGS+= --debug
.endif
MAN1= bash.1 bashbug.1
post-patch: