mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user