Since libnm-wwan.so is not just a loadable module but also a shared library that some plugin links against, build it as a shared library while avoiding '-Wl,--no-undefined': https://github.com/mesonbuild/meson/issues/9492#issuecomment-973117289 diff --git a/src/core/devices/wwan/meson.build b/src/core/devices/wwan/meson.build index 37ef738..18ac54f 100644 --- a/src/core/devices/wwan/meson.build +++ b/src/core/devices/wwan/meson.build @@ -4,8 +4,9 @@ wwan_inc = include_directories('.') linker_script = join_paths(meson.current_source_dir(), 'libnm-wwan.ver') -libnm_wwan = shared_module( +libnm_wwan = shared_library( 'nm-wwan', + override_options: ['b_lundef=false'], sources: files( 'nm-service-providers.c', 'nm-modem-broadband.c', ' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cryptsetup.scm
AgeCommit message (Expand)Author
2021-06-16gnu: cryptsetup: Update LUKS2 comment....* gnu/packages/cryptsetup.scm (cryptsetup)[arguments]: Update comment to 2.06. Tobias Geerinckx-Rice
2021-05-30gnu: cryptsetup: Rewrite synopsis & description....* gnu/packages/cryptsetup.scm (cryptsetup)[synopsis, description]: Be more explicit about stuff. Tobias Geerinckx-Rice
2021-05-30gnu: cryptsetup: Update to 2.3.6....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.6. Tobias Geerinckx-Rice
2021-03-27gnu: cryptsetup: Update to 2.3.5....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.5. Tobias Geerinckx-Rice
2020-09-15gnu: cryptsetup: Update to 2.3.4....* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.4. Tobias Geerinckx-Rice