diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-01-23 11:05:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-01-23 11:05:24 +0000 |
commit | 5e2ccd8007c5ec988150de07a907eff8ab07e3a2 (patch) | |
tree | ede11b7bc071b448b0a2b6cb54e6de54ac7ab185 /package | |
parent | 4f4becaf9decd99edefebd70011d430d8547985e (diff) | |
download | buildroot-novena-5e2ccd8007c5ec988150de07a907eff8ab07e3a2.tar.gz buildroot-novena-5e2ccd8007c5ec988150de07a907eff8ab07e3a2.zip |
Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33
0000033: [PATCH] libpng: New download site
This patch changes the URL to download libpng, since the actual seems to be
offline or lack that particular file
Diffstat (limited to 'package')
-rw-r--r-- | package/libpng/libpng.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index ca7302fc9..33f56c948 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -23,7 +23,8 @@ LIBPNG_VER:=1.2.7 LIBPNG_DIR:=$(BUILD_DIR)/libpng-$(LIBPNG_VER) -LIBPNG_SITE:=ftp://sunsite.cnlab-switch.ch/mirror/freetype/png +#LIBPNG_SITE:=ftp://sunsite.cnlab-switch.ch/mirror/freetype/png +LIBPNG_SITE:=ftp://ftp.simplesystems.org/pub/libpng/src/ LIBPNG_SOURCE:=libpng-$(LIBPNG_VER).tar.bz2 LIBPNG_CAT:=bzcat |