On 11/18/2011 10:33 AM, Måns Rullgård wrote: > John Stebbins <[email protected]> writes: > >> -- >> John GnuPG fingerprint: D0EC B3DB C372 D1F1 0B01 83F0 49F1 D7B2 60D4 >> D0F7 >> >> >> From 86a7e2f612010390428135036e7907715e5e4b71 Mon Sep 17 00:00:00 2001 >> From: John Stebbins <[email protected]> >> Date: Fri, 18 Nov 2011 09:39:17 -0800 >> Subject: [PATCH] Fix httpproxy protocol dependencies >> >> Building with --disable-network failed with undefined reference. >> --- >> configure | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/configure b/configure >> index 6e4259f..9ac3ec3 100755 >> --- a/configure >> +++ b/configure >> @@ -1484,6 +1484,7 @@ http_protocol_deps="network" >> http_protocol_select="tcp_protocol" >> https_protocol_select="tls_protocol" >> mmsh_protocol_select="http_protocol" >> +httpproxy_protocol_deps="http_protocol" > This is wrong. I don't know what it should be, but I'm pretty sure it > should use a _select. >
Ok, we need the input of someone that understands how the dependencies work better then. This did fix by build problem though. -- John GnuPG fingerprint: D0EC B3DB C372 D1F1 0B01 83F0 49F1 D7B2 60D4 D0F7
signature.asc
Description: OpenPGP digital signature
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
