Commit c2b86649 authored by Felix Paul Kühne's avatar Felix Paul Kühne

gnutls: link against CoreFoundation and the Security frameworks as it is...

gnutls: link against CoreFoundation and the Security frameworks as it is required by the keychain certificate lookup patch
parent a06e7f27
...@@ -26,6 +26,9 @@ if HAVE_WIN32 ...@@ -26,6 +26,9 @@ if HAVE_WIN32
libgnutls_plugin_la_LIBADD += $(SOCKET_LIBS) libgnutls_plugin_la_LIBADD += $(SOCKET_LIBS)
endif endif
libgnutls_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(miscdir)' libgnutls_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(miscdir)'
if HAVE_DARWIN
libgnutls_plugin_la_LDFLAGS += -Wl,-framework,Security,-framework,CoreFoundation
endif
EXTRA_LTLIBRARIES += libgnutls_plugin.la EXTRA_LTLIBRARIES += libgnutls_plugin.la
misc_LTLIBRARIES += $(LTLIBgnutls) misc_LTLIBRARIES += $(LTLIBgnutls)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment