mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
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:
parent
2b39da2634
commit
41106e7993
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user