mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 22:50:54 +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)
|
ZLIB_DIR = $(REP_DIR)/contrib/$(ZLIB)
|
||||||
LIBS += libc
|
LIBS += libc
|
||||||
INC_DIR += $(ZLIB_DIR)
|
INC_DIR += $(ZLIB_DIR)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
ZLIB = zlib-1.2.7
|
ZLIB_VERSION = 1.2.8
|
||||||
|
ZLIB = zlib-$(ZLIB_VERSION)
|
||||||
ZLIB_TGZ = $(ZLIB).tar.gz
|
ZLIB_TGZ = $(ZLIB).tar.gz
|
||||||
ZLIB_URL = http://zlib.net/$(ZLIB_TGZ)
|
ZLIB_URL = http://downloads.sourceforge.net/project/libpng/zlib/$(ZLIB_VERSION)/$(ZLIB_TGZ)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Interface to top-level prepare Makefile
|
# Interface to top-level prepare Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user