diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-09-19 05:44:57 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-07 06:08:57 +0200 |
commit | c0da1ba13a22f099936f60a0d2a752c9ab739ae0 (patch) | |
tree | ac3e5661a679b9a9d5d3845d85829d92fac83631 /test | |
parent | de6249ce221aae4062ea131d4f676f7e3d44af28 (diff) | |
download | pacman-c0da1ba13a22f099936f60a0d2a752c9ab739ae0.tar.gz pacman-c0da1ba13a22f099936f60a0d2a752c9ab739ae0.tar.xz |
meson: fix libcommon being publicly exposed as a static link dependency
libcommon isn't even installed, so that means libalpm.a (if installed)
is fatally broken as it misses objects. The problem is that meson
doesn't handle this case correctly:
https://github.com/mesonbuild/meson/issues/3934
https://github.com/mesonbuild/meson/issues/3937
https://github.com/mesonbuild/meson/pull/3939
Work around this by manually extracting libcommon's .o files into the
list of objects used to create libalpm.
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions