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', lected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
AgeCommit message (Expand)Author
2020-12-23gnu: man-pages: Update to 5.10....Tobias Geerinckx-Rice
2020-11-19gnu: Don't append '.git' to GitHub uris....Efraim Flashner
2020-11-04gnu: man-pages: Update to 5.09....Tobias Geerinckx-Rice
2020-08-19gnu: libpipeline: Update to 1.5.3....Tobias Geerinckx-Rice
2020-08-19Disambiguate ‘expat’ in (gnu packages man)....Tobias Geerinckx-Rice
2020-08-18gnu: Add xmltoman....Raghav Gururajan
2020-08-18gnu: Add ronn....Raghav Gururajan
2020-08-15gnu: man-pages: Update to 5.08....Tobias Geerinckx-Rice
2020-07-01gnu: man-db: Update to 2.9.3....Tobias Geerinckx-Rice