Skip to content

Commit

Permalink
build: Port e850e03 to meson
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <ueno@gnu.org>
  • Loading branch information
ueno committed Aug 24, 2021
1 parent e850e03 commit d1bacd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p11-kit/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ libp11_kit_sources = [

libp11_kit_symbol_map = meson.current_source_dir() / 'libp11-kit.map'
libp11_kit_ldflags = cc.get_supported_link_arguments([
'-Wl,--version-script,' + libp11_kit_symbol_map
'-Wl,--version-script,' + libp11_kit_symbol_map,
'-Wl,-z -Wl,nodelete'
])
libp11_kit_symbol_def = meson.current_source_dir() / 'libp11-kit-@0@.dll.def'.format(soversion)

Expand Down

0 comments on commit d1bacd9

Please sign in to comment.