diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-23 12:30:04 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-23 12:30:04 +0800 |
commit | a144f172381cdc1e3b04905f2d3c0318a1953e7b (patch) | |
tree | c9f25a913119f14f6e59fe5b640f2f9cf6becc45 /shells | |
parent | 48929d9ad01a7f99565012e9084502c807f7ef0b (diff) | |
download | freebsd-ports-gnome-a144f172381cdc1e3b04905f2d3c0318a1953e7b.tar.gz freebsd-ports-gnome-a144f172381cdc1e3b04905f2d3c0318a1953e7b.tar.zst freebsd-ports-gnome-a144f172381cdc1e3b04905f2d3c0318a1953e7b.zip |
Add the 'DEBUG' build option.
Diffstat (limited to 'shells')
-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: |