]> 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>
Fri, 28 Jan 2022 08:08:50 +0000 (09:08 +0100)
/usr/bin/ld: .../lib/libgio-2.0.so: undefined reference to `g_module_open_full'

tests/meson.build

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