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:
parent
ffc724227a
commit
044af49c52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117089
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user