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

Merge pull request #638 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/zlib_check to master

* commit 'd3cb26c3':
  fix zlib version check
parents 3ad438f7 d3cb26c3
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