Skip to content
Snippets Groups Projects
Commit 68d8e5b1 authored by Mick Jordan's avatar Mick Jordan
Browse files

gnur configure fix for zlib suppressed on Solaris

parent e60b3d54
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,10 @@ all: Makefile $(GNUR_HOME) iconv config build ...@@ -68,7 +68,10 @@ all: Makefile $(GNUR_HOME) iconv config build
$(GNUR_HOME): $(GNUR_HOME):
tar xf $(TOPDIR)/../libdownloads/R-$(R_VERSION).tar.gz 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) 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 # 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.
Finish editing this message first!
Please register or to comment