diff options
-rw-r--r-- | www/httptunnel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile index 91fc7f3e8418..10e288aad42b 100644 --- a/www/httptunnel/Makefile +++ b/www/httptunnel/Makefile @@ -16,6 +16,9 @@ MAINTAINER= brian@Awfulhak.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --quiet +.if defined(ENABLE_DEBUG) +CONFIGURE_ARGS+=--enable-debug +.endif MAN1= hts.1 htc.1 post-install: |