pki: Explicitly link against -lpthread and -ldl if required
We already do this for charon, as some toolchains require an explicit link even if libstrongswan already depends on it.
This commit is contained in:
+4
-1
@@ -17,7 +17,10 @@ pki_SOURCES = pki.c pki.h command.c command.h \
|
||||
commands/signcrl.c \
|
||||
commands/verify.c
|
||||
|
||||
pki_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
pki_LDADD = \
|
||||
$(top_builddir)/src/libstrongswan/libstrongswan.la \
|
||||
$(PTHREADLIB) $(DLLIB)
|
||||
|
||||
pki.o : $(top_builddir)/config.status
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
||||
Reference in New Issue
Block a user