vlc | branch: master | Marvin Scholz <[email protected]> | Thu Mar 16 12:16:56 
2017 +0100| [9ad6bcd9fcb2436694d34774ba1fee08a869eb0b] | committer: Marvin 
Scholz

tests: Do not use -static for hxxx on darwin

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ad6bcd9fcb2436694d34774ba1fee08a869eb0b
---

 test/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 8d4ae30..03dacc4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -124,7 +124,9 @@ test_src_interface_dialog_SOURCES = src/interface/dialog.c
 test_src_interface_dialog_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c
 test_modules_packetizer_hxxx_LDADD = $(LIBVLC)
+if !HAVE_DARWIN
 test_modules_packetizer_hxxx_LDFLAGS = -no-install -static # WTF
+endif
 test_modules_keystore_SOURCES = modules/keystore/test.c
 test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
 test_modules_tls_SOURCES = modules/misc/tls.c

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to