]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Broken evaluation of "Requires.private: gmodule-no-export-2.0" in gio-2.0.pc ?
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 26 Aug 2021 09:31:18 +0000 (11:31 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 14 Nov 2022 09:39:35 +0000 (10:39 +0100)
/usr/bin/ld: .../lib/libgio-2.0.so: undefined reference to `g_module_open_full'

tests/meson.build

index 87e5000fd0c992b055225bb5b1b5c5f836128db2..e35fcaaac881f1c51b32163dad51ad65fd5cce94 100644 (file)
@@ -1416,6 +1416,7 @@ vala_flags = [
        '-X', '-O0',
        '-X', '-pipe',
        '-X', '-lm',
+       '-X', '-lgmodule-2.0', # undefined reference to `g_module_open_full'
        '-X', '-DGETTEXT_PACKAGE="valac"',
 ]