Skip to content

Commit

Permalink
meson: no longer pass -Wl,--no-undefined explicitly
Browse files Browse the repository at this point in the history
to make it possible to build dbus-broker with clang and ASan/UBsan
on OSS-Fuzz (google/oss-fuzz#7860) without
sed scripts.

-Wl,--no-undefined is still passed by meson by default unless -Db_lundef
is set to false explictily.

mesonbuild/meson#764

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
  • Loading branch information
evverx committed Jun 14, 2022
1 parent eb778d3 commit 8106e80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meson.build
Expand Up @@ -20,7 +20,6 @@ libcrbtree_both = both_libraries(
dependencies: libcrbtree_deps,
install: not meson.is_subproject(),
link_args: [
'-Wl,--no-undefined',
'-Wl,--version-script=@0@'.format(libcrbtree_symfile),
],
link_depends: libcrbtree_symfile,
Expand Down

0 comments on commit 8106e80

Please sign in to comment.