packages/libs/measurement-kit/patches/001-remove-ca-download.patch
Jan Pavlinec 7c14a1c031
measurement-kit: update to version 0.9.4
Added patches for fixing autogen script.

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-11 20:06:49 +01:00

20 lines
471 B
Diff

--- 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