author | Rich Burridge <rich.burridge@oracle.com> |
Mon, 11 Mar 2013 07:54:06 -0700 | |
changeset 1204 | c8e9f85492a3 |
parent 1203 | 0484bda26a07 |
child 1205 | 6c6c27bcf9ac |
--- a/components/gzip/Makefile Fri Mar 08 13:21:51 2013 -0800 +++ b/components/gzip/Makefile Mon Mar 11 07:54:06 2013 -0700 @@ -39,6 +39,8 @@ # To get correct @[email protected] substitution in the various gz<whatever> scripts. CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin +# Prevent gzip compilation using assembly code, which segv's with Studio 12.3. +CONFIGURE_OPTIONS += gzip_cv_assembler=no CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR) CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"