Skip to content

Commit

Permalink
Fix soversion
Browse files Browse the repository at this point in the history
  • Loading branch information
manipuladordedados committed Feb 28, 2025
1 parent dbcd449 commit 565b425
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions subprojects/packagefiles/kafel/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ kafel_inc = include_directories('include', 'src')
kafel_lib = library('kafel',
sources: kafel_sources + [lexer, parser],
include_directories: kafel_inc,
install: true
install: true,
gnu_symbol_visibility: 'hidden',
soversion : 1
)

kafel_dep = declare_dependency(
Expand All @@ -89,8 +91,7 @@ dump_policy_bpf_sources = files(
dump_policy_bpf_exe = executable('dump_policy_bpf',
sources: dump_policy_bpf_sources,
dependencies: [kafel_dep],
install: true,
gnu_symbol_visibility: 'hidden'
install: true
)

install_headers('include/kafel.h', subdir: 'kafel')
Expand Down

0 comments on commit 565b425

Please sign in to comment.