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 authored and dvdhrm committed Jun 15, 2022
1 parent 139ea94 commit 7244b23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/meson.build
Expand Up @@ -25,7 +25,6 @@ libcdvar_both = both_libraries(
dependencies: libcdvar_deps,
install: not meson.is_subproject(),
link_args: [
'-Wl,--no-undefined',
'-Wl,--version-script=@0@'.format(libcdvar_symfile),
],
link_depends: libcdvar_symfile,
Expand Down

0 comments on commit 7244b23

Please sign in to comment.