From: Yu Watanabe Date: Fri, 12 Oct 2018 02:55:03 +0000 (+0900) Subject: meson: do not use mempool from libudev.so X-Git-Tag: v240~570^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5eddbba3a1b2e7d611db0fe6c1b0970fef741b92;p=thirdparty%2Fsystemd.git meson: do not use mempool from libudev.so Follow-up for a5d8835c78112206bbf0812dd4cb471f803bfe88. --- diff --git a/src/udev/meson.build b/src/udev/meson.build index 665cb83fb8c..5d1d75e749b 100644 --- a/src/udev/meson.build +++ b/src/udev/meson.build @@ -135,7 +135,7 @@ install_libudev_static = static_library( libudev = shared_library( 'udev', - 'udev.h', # pick a header file at random to work around old meson bug + disable_mempool_c, version : libudev_version, include_directories : includes, link_args : ['-shared',