vlc | branch: master | Felix Paul Kühne <[email protected]> | Sun Nov 10 13:24:02 2013 +0100| [c2b866499d6b43450c97905be29081a93316cb8c] | committer: Felix Paul Kühne
gnutls: link against CoreFoundation and the Security frameworks as it is required by the keychain certificate lookup patch > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2b866499d6b43450c97905be29081a93316cb8c --- modules/misc/Modules.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/misc/Modules.am b/modules/misc/Modules.am index e5a082b..4858c09 100644 --- a/modules/misc/Modules.am +++ b/modules/misc/Modules.am @@ -26,6 +26,9 @@ if HAVE_WIN32 libgnutls_plugin_la_LIBADD += $(SOCKET_LIBS) endif 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 misc_LTLIBRARIES += $(LTLIBgnutls) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
