diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-11 20:36:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-11 20:36:17 +0000 |
commit | 8f3c06a667b655818b8665f85738a528b881bcda (patch) | |
tree | 0091ce18da7b92a9b9f8e77578ec95b01886d020 | |
parent | c075c6888d3f57ab2bc7c60ab10aef5dad11d937 (diff) | |
download | buildroot-novena-8f3c06a667b655818b8665f85738a528b881bcda.tar.gz buildroot-novena-8f3c06a667b655818b8665f85738a528b881bcda.zip |
sudo: use Debian as upstream
As we are using a Debian/Ubuntu patch, it makes more sense to get the
tarball from there as well.
-rw-r--r-- | package/sudo/sudo.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index d36b5319d..fc7695509 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -5,15 +5,13 @@ ############################################################# SUDO_VERSION:=1.6.8p12 -#SUDO_SITE:=ftp://ftp.sudo.ws/pub/sudo/ -SUDO_SITE:=$(BR2_ATMEL_MIRROR) +SUDO_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/s/sudo #SUDO_VERSION:=1.7.0 #SUDO_SITE:=http://www.courtesan.com/sudo/dist # 1.7.0 Needs update Cross-Compiler patches - -SUDO_SOURCE:=sudo-$(SUDO_VERSION).tar.gz +SUDO_SOURCE:=sudo_$(SUDO_VERSION).orig.tar.gz SUDO_DIR:=$(BUILD_DIR)/sudo-$(SUDO_VERSION) SUDO_UNZIP:=$(ZCAT) |