]> git.sesse.net Git - vlc/commitdiff
gnutls: link against CoreFoundation and the Security frameworks as it is required...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 10 Nov 2013 12:24:02 +0000 (13:24 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 10 Nov 2013 12:24:16 +0000 (13:24 +0100)
modules/misc/Modules.am

index e5a082b9a2afcf466ddc724ae68a400a0c22e2e4..4858c096301e7b636a803c9d6ccb9f763de5013b 100644 (file)
@@ -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)