mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
parent
98cb023f1c
commit
ff28ce77b2
@@ -1,4 +1,4 @@
|
||||
ZLIB = zlib-1.2.7
|
||||
ZLIB = zlib-1.2.8
|
||||
ZLIB_DIR = $(REP_DIR)/contrib/$(ZLIB)
|
||||
LIBS += libc
|
||||
INC_DIR += $(ZLIB_DIR)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
ZLIB = zlib-1.2.7
|
||||
ZLIB_TGZ = $(ZLIB).tar.gz
|
||||
ZLIB_URL = http://zlib.net/$(ZLIB_TGZ)
|
||||
ZLIB_VERSION = 1.2.8
|
||||
ZLIB = zlib-$(ZLIB_VERSION)
|
||||
ZLIB_TGZ = $(ZLIB).tar.gz
|
||||
ZLIB_URL = http://downloads.sourceforge.net/project/libpng/zlib/$(ZLIB_VERSION)/$(ZLIB_TGZ)
|
||||
|
||||
#
|
||||
# Interface to top-level prepare Makefile
|
||||
|
||||
Reference in New Issue
Block a user