mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/openssh: Use HTTP instead of FTP for source download
HTTP should be more firewall friendly. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
d7051da8c6
commit
56a2e82c40
@@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
|
||||
OPENSSH_VERSION = 5.6p1
|
||||
OPENSSH_SITE = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
|
||||
OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable
|
||||
OPENSSH_CONF_ENV = LD="$(TARGET_CC)"
|
||||
OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \
|
||||
--disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip
|
||||
|
||||
Reference in New Issue
Block a user