diff options
Diffstat (limited to 'prelink/prelink_20040216.oe')
-rw-r--r-- | prelink/prelink_20040216.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prelink/prelink_20040216.oe b/prelink/prelink_20040216.oe index 0cd84b3040..d302971868 100644 --- a/prelink/prelink_20040216.oe +++ b/prelink/prelink_20040216.oe @@ -4,7 +4,7 @@ DESCRIPTION = " The prelink package contains a utility which modifies ELF shared and executables, so that far fewer relocations need to be resolved at \ runtime and thus programs come up faster." -SRC_URI = http://http.us.debian.org/debian/pool/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz +SRC_URI = "${DEBIAN_MIRROR}/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz" S = "${WORKDIR}/prelink-0.0.${PV}" inherit autotools libtool |