Skip to content
Snippets Groups Projects
Commit d3cb26c3 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

fix zlib version check

parent 53a0a582
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ all: Makefile $(GNUR_HOME) iconv config build
$(GNUR_HOME):
tar xf $(TOPDIR)/../libdownloads/R-$(R_VERSION).tar.gz
ed $(GNUR_HOME)/configure < edconfigure # to fix the zlib version check (fixed in GNUR in the meantime)
# After this platform check, GNUR_CONFIG_FLAGS must be set
......
35510,35513c
#ifdef ZLIB_VERNUM
if (ZLIB_VERNUM < 0x1250) {
exit(1);
}
exit(0);
.
w
q
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment