diff options
author | Stefan Fröberg <stefan.froberg@petroprogram.com> | 2012-08-26 02:52:48 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-28 22:59:52 +0200 |
commit | 23ef45ca1ee8e9d6535fe4484b387c831a450c02 (patch) | |
tree | cd2f3a92231a3af1a6efec2ae3eae58f29a3cc64 /package/ngrep/ngrep.mk | |
parent | 57f4106c228d997af6e1266f33764eeccefe6977 (diff) | |
download | buildroot-novena-23ef45ca1ee8e9d6535fe4484b387c831a450c02.tar.gz buildroot-novena-23ef45ca1ee8e9d6535fe4484b387c831a450c02.zip |
remove rest of the BR2_SOURCEFORGE_MIRROR references
Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ngrep/ngrep.mk')
-rw-r--r-- | package/ngrep/ngrep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk index c296e34c3..274bbbd0d 100644 --- a/package/ngrep/ngrep.mk +++ b/package/ngrep/ngrep.mk @@ -6,7 +6,7 @@ NGREP_VERSION = 1.45 NGREP_SOURCE = ngrep-$(NGREP_VERSION).tar.bz2 -NGREP_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ngrep/ngrep/$(NGREP_VERSION) +NGREP_SITE = http://downloads.sourceforge.net/project/ngrep/ngrep/$(NGREP_VERSION) NGREP_INSTALL_STAGING = YES NGREP_CONF_ENV = LDFLAGS="-lpcre" NGREP_CONF_OPT = \ |