Skip to content

Commit

Permalink
common: Make libp11-asn1.a depend on libtasn1
Browse files Browse the repository at this point in the history
This fixes build on systems where <libtasn1.h> is installed in a
non-standard path.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
  • Loading branch information
ueno committed Apr 26, 2024
1 parent 23617bd commit b5516ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if with_asn1
'p11-asn1', libp11_asn1_sources,
gnu_symbol_visibility: 'hidden',
include_directories: configinc,
dependencies: asn_h_dep,
dependencies: [asn_h_dep] + libtasn1_deps,
)

libp11_asn1_dep = declare_dependency(
Expand Down

0 comments on commit b5516ff

Please sign in to comment.