summaryrefslogtreecommitdiffstats
path: root/rules/lsof.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-08-21 12:59:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-08-22 10:30:52 +0200
commitdc8c82f204c7fef9f6499fc251b3438d33033036 (patch)
treeca9267d433be04b4629c39dfbabaf955b142fd14 /rules/lsof.make
parent00f591b6ac608d659d4f358937a78a2ba85cddbe (diff)
downloadptxdist-dc8c82f204c7fef9f6499fc251b3438d33033036.tar.gz
ptxdist-dc8c82f204c7fef9f6499fc251b3438d33033036.tar.xz
lsof: fix URL
This version is no longer available at the normal Debian mirrors. Use snapshot.debian.org instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lsof.make')
-rw-r--r--rules/lsof.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/lsof.make b/rules/lsof.make
index 3cafc74e2..828967d9b 100644
--- a/rules/lsof.make
+++ b/rules/lsof.make
@@ -21,7 +21,7 @@ LSOF_MD5 := 138b628cb1b6a3b16b32b792f77abcce
LSOF_SUFFIX := tar.gz
LSOF := lsof-$(LSOF_VERSION)
LSOF_TARBALL := lsof_$(LSOF_VERSION).orig.$(LSOF_SUFFIX)
-LSOF_URL := $(call ptx/mirror, DEB, pool/main/l/lsof/$(LSOF_TARBALL))
+LSOF_URL := http://snapshot.debian.org/archive/debian/20090218T214238Z/pool/main/l/lsof/$(LSOF_TARBALL)
LSOF_SOURCE := $(SRCDIR)/$(LSOF_TARBALL)
LSOF_DIR := $(BUILDDIR)/$(LSOF)