summaryrefslogtreecommitdiffstats
path: root/archive/burp/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'archive/burp/CONFIGURE')
-rwxr-xr-xarchive/burp/CONFIGURE4
1 files changed, 4 insertions, 0 deletions
diff --git a/archive/burp/CONFIGURE b/archive/burp/CONFIGURE
index f8a02a544d..455cefa0e5 100755
--- a/archive/burp/CONFIGURE
+++ b/archive/burp/CONFIGURE
@@ -2,6 +2,10 @@ config_query_option BURP_OPTS "Enable installing of include files?" n \
"--enable-includes" \
"--disable-includes" &&
+config_query_option BURP_OPTS "Include statically linked binaries?" n \
+ "--enable-static --disable-libtool" \
+ "--disable-static --enable-libtool" &&
+
config_query_option BURP_OPTS "Enable IPv6 support?" y \
"--enable-ipv6" \
"--disable-ipv6"