#1643: wget with proxy -----------------------------------------------+---------------------------- Reporter: [EMAIL PROTECTED] | Owner: [email protected] Type: enhancement | Status: new Priority: normal | Milestone: Makefile simplification Component: Makefiles | Version: Severity: normal | Keywords: proxy firewall -----------------------------------------------+---------------------------- in the main Makefile the wget variable should be overrideable ?= not := then people behind firewalls and proxys can adopt the problem in the Makefile.personal
export wget := wget --proxy=on export http_proxy := http://proxy.bla.com:8080 export ftp_proxy := http://proxy.bla.com:8080 export no_proxy := localhost Cheers Christian -- Ticket URL: <http://wiki.linuxfromscratch.org/livecd/ticket/1643> LiveCD Trac <http://wiki.linuxfromscratch.org/livecd/> Linux From Scratch LiveCD -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
