1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/security/newpki-server/files/patch-src_Makefile.in
Pav Lucistnik f6febd09e0 NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled
through a database, which provides a much more flexible PKI than with OpenSSL,
such as seeking a certificate with a search engine.

CA implementation.

PR:		ports/83387
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-07-14 13:58:43 +00:00

12 lines
421 B
Plaintext

--- src/Makefile.in.orig Wed Jul 6 22:52:00 2005
+++ src/Makefile.in Wed Jul 6 22:55:51 2005
@@ -212,7 +212,7 @@
newpki_server-RepStore_ASN1.$(OBJEXT) \
newpki_server-SQL.$(OBJEXT) newpki_server-SQL_Conn.$(OBJEXT)
newpki_server_OBJECTS = $(am_newpki_server_OBJECTS)
-newpki_server_LDADD = $(LDADD)
+newpki_server_LDADD = $(LDADD) $(LTLIBINTL) $(LTLIBICONV)
newpki_server_DEPENDENCIES =
newpki_server_LDFLAGS =