Skip to content

Commit

Permalink
package zlib: add fallback url
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheodore committed May 15, 2012
1 parent 4c99e63 commit 3e30473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zlib.mk
Expand Up @@ -7,6 +7,7 @@ $(PKG)_CHECKSUM := 3d445731e4bfea1cd00f36567d77d6e5f5a19be9
$(PKG)_SUBDIR := zlib-$($(PKG)_VERSION)
$(PKG)_FILE := zlib-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://zlib.net/$($(PKG)_FILE)
$(PKG)_URL_2 := http://$(SOURCEFORGE_MIRROR)/project/libpng/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc

define $(PKG)_UPDATE
Expand Down

0 comments on commit 3e30473

Please sign in to comment.