summaryrefslogtreecommitdiffstats
path: root/archive/burp/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'archive/burp/CONFIGURE')
-rwxr-xr-xarchive/burp/CONFIGURE11
1 files changed, 11 insertions, 0 deletions
diff --git a/archive/burp/CONFIGURE b/archive/burp/CONFIGURE
new file mode 100755
index 0000000000..455cefa0e5
--- /dev/null
+++ b/archive/burp/CONFIGURE
@@ -0,0 +1,11 @@
+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"