[vlc-commits] test: don´t link statically
Rémi Denis-Courmont
git at videolan.org
Mon Jan 11 18:26:07 CET 2016
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 11 19:25:58 2016 +0200| [2b5b2845f3455f92a3dd5884127c72edc943c0ab] | committer: Rémi Denis-Courmont
test: don´t link statically
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b5b2845f3455f92a3dd5884127c72edc943c0ab
---
test/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index 3c06f96..0c68780 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -61,7 +61,7 @@ samples/meta.sample:
curl $(SAMPLES_SERVER)/metadata/id3tag/Wesh-Bonneville.mp3 > $@
AM_CFLAGS = -DSRCDIR=\"$(srcdir)\"
-AM_LDFLAGS = -no-install -static
+AM_LDFLAGS = -no-install
LIBVLCCORE = ../src/libvlccore.la
LIBVLC = ../lib/libvlc.la
@@ -94,6 +94,7 @@ test_src_misc_bits_SOURCES = src/misc/bits.c
test_src_misc_bits_LDADD = $(LIBVLC)
test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c
test_modules_packetizer_hxxx_LDADD = $(LIBVLC)
+test_modules_packetizer_hxxx_LDFLAGS = -no-install -static # WTF
test_modules_keystore_SOURCES = modules/keystore/test.c
test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
test_modules_tls_SOURCES = modules/misc/tls.c
More information about the vlc-commits
mailing list