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

Merge pull request #655 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:bugfix/solaris-ed to master

* commit '68d8e5b1':
  gnur configure fix for zlib suppressed on Solaris
parents 653c29b4 68d8e5b1
Branches
No related tags found
No related merge requests found
......@@ -68,7 +68,10 @@ all: Makefile $(GNUR_HOME) iconv config build
$(GNUR_HOME):
tar xf $(TOPDIR)/../libdownloads/R-$(R_VERSION).tar.gz
# Solaris doesn't need this and ed can't handle the size of the configure file!
ifneq ($(OSNAME), SunOS)
ed $(GNUR_HOME)/configure < edconfigure # to fix the zlib version check (fixed in GNUR in the meantime)
endif
# After this platform check, GNUR_CONFIG_FLAGS must be set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment