From: Yu Watanabe Date: Fri, 20 Nov 2020 16:52:47 +0000 (+0900) Subject: meson: set CURL_NO_OLDIES in developer mode X-Git-Tag: v247~34^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17685%2Fhead;p=thirdparty%2Fsystemd.git meson: set CURL_NO_OLDIES in developer mode --- diff --git a/meson.build b/meson.build index f7a3f3ada26..f406d595e68 100644 --- a/meson.build +++ b/meson.build @@ -1074,6 +1074,7 @@ else libcurl = [] endif conf.set10('HAVE_LIBCURL', have) +conf.set10('CURL_NO_OLDIES', get_option('mode') == 'developer') want_libidn = get_option('libidn') want_libidn2 = get_option('libidn2')