<html><head></head><body>Strictly speaking, it's a bug in the plugin targets, not in the HTTP lib...<br><br><div class="gmail_quote">Le 11 décembre 2019 13:42:59 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Like every other module.<br><br>So it doesn't link everytime something is commited on git.<hr> modules/access/http/Makefile.am | 4 ++--<br> 1 file changed, 2 insertions(+), 2 deletions(-)<br><br>diff --git a/modules/access/http/Makefile.am b/modules/access/http/Makefile.am<br>index 8054457b6c0..85571b741f1 100644<br>--- a/modules/access/http/Makefile.am<br>+++ b/modules/access/http/Makefile.am<br>@@ -16,10 +16,10 @@ libvlc_http_la_SOURCES = \<br>        access/http/chunked.c access/http/tunnel.c access/http/conn.h \<br>       access/http/connmgr.c access/http/connmgr.h<br> libvlc_http_la_CPPFLAGS = -Dneedsomethinghere<br>-libvlc_http_la_LIBADD = $(LTLIBVLCCORE) ../compat/libcompat.la $(SOCKET_LIBS)<br>+libvlc_http_la_LIBADD = $(SOCKET_LIBS)<br> #libvlc_http_la_LDFLAGS = -no-undefined -export-symbols-regex ^vlc_http_<br> #pkglib_LTLIBRARIES += libvlc_http.la<br>-libvlc_http_la_LDFLAGS = -static<br>+libvlc_http_la_LDFLAGS = $(top_builddir)/compat/libcompat.la $(LTLIBVLCCORE) -static<br> noinst_LTLIBRARIES += libvlc_http.la<br> <br> hpack_test_SOURCES = access/http/hpack.c access/http/hpack.h</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>