Skip to content
Snippets Groups Projects
Commit ceeb44fb authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

misc: remove -Wl,-U flags for SecureTransport

Those flags are not supported with bitcode and are not needed now that
the code has migrated to using availability targeting.
parent 7c4ee7ec
No related branches found
No related tags found
1 merge request!182Improve bitcode support in VLC
......@@ -42,7 +42,6 @@ libsecuretransport_plugin_la_SOURCES = misc/securetransport.c
libsecuretransport_plugin_la_CFLAGS = $(AM_CFLAGS) $(SECURETRANSPORT_CFLAGS)
libsecuretransport_plugin_la_LIBADD = $(SECURETRANSPORT_LIBS)
libsecuretransport_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(miscdir)' -Wl,-framework,Security,-framework,CoreFoundation
libsecuretransport_plugin_la_LDFLAGS += -Wl,-U,_SSLCopyALPNProtocols,-U,_SSLSetALPNProtocols
misc_LTLIBRARIES += libsecuretransport_plugin.la
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment