components/gzip/Makefile
changeset 1204 c8e9f85492a3
parent 1191 3bdf33525a13
child 1948 2d1537e7942d
equal deleted inserted replaced
1203:0484bda26a07 1204:c8e9f85492a3
    37 include ../../make-rules/ips.mk
    37 include ../../make-rules/ips.mk
    38 
    38 
    39 # To get correct @bindir@ substitution in the various gz<whatever> scripts.
    39 # To get correct @bindir@ substitution in the various gz<whatever> scripts.
    40 CONFIGURE_BINDIR.64 =   $(CONFIGURE_PREFIX)/bin
    40 CONFIGURE_BINDIR.64 =   $(CONFIGURE_PREFIX)/bin
    41 
    41 
       
    42 # Prevent gzip compilation using assembly code, which segv's with Studio 12.3.
       
    43 CONFIGURE_OPTIONS +=	gzip_cv_assembler=no
    42 CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_INFODIR)
    44 CONFIGURE_OPTIONS +=	--infodir=$(CONFIGURE_INFODIR)
    43 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    45 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)" 
    44 
    46 
    45 # Needed for "gmake test" to work successfully.
    47 # Needed for "gmake test" to work successfully.
    46 # If SHELLOPTS is exported (as it is by the userland makefiles),
    48 # If SHELLOPTS is exported (as it is by the userland makefiles),