ports/security/heimdal/files/patch-lib-hx509-Makefile.in
Hiroki Sato 151eead7db - Fix build when !BDB.
- Regenerate patches.

PR:	244282
2020-02-23 14:57:33 +00:00

13 lines
404 B
Text

--- lib/hx509/Makefile.in.orig 2020-02-23 12:16:33 UTC
+++ lib/hx509/Makefile.in
@@ -859,7 +859,9 @@ hxtool_LDADD = \
libhx509.la \
$(top_builddir)/lib/asn1/libasn1.la \
$(LIB_hcrypto) \
- $(LIB_roken) \
+ $(top_builddir)/lib/base/libheimbase.la \
+ $(top_builddir)/lib/vers/libvers.la \
+ $(LIBADD_roken) \
$(top_builddir)/lib/sl/libsl.la
CLEANFILES = $(BUILT_SOURCES) sel-gram.c sel-lex.c \