You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/autogen.sh
|
|
+++ b/autogen.sh
|
|
@@ -3,7 +3,7 @@
|
|
set -e
|
|
export LC_ALL=C # Stable sorting regardless of the locale
|
|
|
|
-. script/autogen.d/ca-bundle
|
|
+#. script/autogen.d/ca-bundle
|
|
. script/autogen.d/geoip
|
|
|
|
no_geoip=0
|
|
@@ -82,7 +82,7 @@ gen_executables noinst_PROGRAMS example
|
|
gen_executables ALL_TESTS test libtest_main.la >> include.am
|
|
|
|
if [ $no_geoip -ne 1 ]; then
|
|
- autogen_get_ca_bundle
|
|
+ #autogen_get_ca_bundle
|
|
autogen_get_geoip
|
|
fi
|
|
|