Ticket #1643 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

wget with proxy

Reported by: christian.kirchhammer@kontron.com Assigned to: livecd@linuxfromscratch.org
Priority: normal Milestone: Makefile simplification
Component: Makefiles Version:
Keywords: proxy firewall Cc:

Description

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

Change History

03/01/06 05:02:34 changed by alexander@linuxfromscratch.org

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in trunk and the udev_update branch.