diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-05-05 06:26:06 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-05 19:34:49 +0200 |
commit | 73aa143b66437f6796a94dfaa1240044513e337e (patch) | |
tree | 606554f6df51dc85253940b57cc4fa1b2ce4f953 /package/libaio | |
parent | 6c5a33e41ba55f5c156204701d775879ff4fd98f (diff) |
libaio: use alternative upstream URL
Since the kernel.org security problem and reinstallation, libaio is no
longer available from this site. Use snapshot.debian.net as an
alternative source.
[Peter: Add spaces around '=' while we're at it]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libaio')
-rw-r--r-- | package/libaio/libaio.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libaio/libaio.mk b/package/libaio/libaio.mk index 3ffc49cd3..05a4d5c23 100644 --- a/package/libaio/libaio.mk +++ b/package/libaio/libaio.mk @@ -3,10 +3,10 @@ # libaio # ############################################################# -LIBAIO_VERSION=0.3.109 -LIBAIO_SOURCE=libaio-$(LIBAIO_VERSION).tar.bz2 -LIBAIO_SITE=$(BR2_KERNEL_MIRROR)/linux/libs/aio/ -LIBAIO_INSTALL_STAGING=YES +LIBAIO_VERSION = 0.3.109 +LIBAIO_SOURCE = libaio_$(LIBAIO_VERSION).orig.tar.gz +LIBAIO_SITE = http://snapshot.debian.org/archive/debian/20110227T085214Z/pool/main/liba/libaio/ +LIBAIO_INSTALL_STAGING = YES define LIBAIO_BUILD_CMDS $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) |