diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-23 04:30:04 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-23 04:30:04 +0000 |
commit | 044af49c526f791e541bb578c84f784c4a4f7a87 (patch) | |
tree | 467aa5463346ac91662e79cfb1e18e73829839c4 /shells/bash2 | |
parent | ffc724227a8101f6a9436f242ee3475f69efbb12 (diff) | |
download | ports-044af49c526f791e541bb578c84f784c4a4f7a87.tar.gz ports-044af49c526f791e541bb578c84f784c4a4f7a87.zip |
Notes
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 79af5cf99606..46e9bbccda1d 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -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: |