]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: set CURL_NO_OLDIES in developer mode 17685/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 20 Nov 2020 16:52:47 +0000 (01:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 20 Nov 2020 16:55:41 +0000 (01:55 +0900)
meson.build

index f7a3f3ada26c9035abfb26aa1446819affbb6012..f406d595e683dfdcca1013c05599c78af93f7017 100644 (file)
@@ -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')