components/imagemagick/Makefile
changeset 171 dbff1afe6b31
parent 168 5884bc1edfdf
child 181 87e11e685b1f
equal deleted inserted replaced
170:14cadb780400 171:dbff1afe6b31
    55 # To get the Perl modules built it is necessary to copy the PerlMagick directory
    55 # To get the Perl modules built it is necessary to copy the PerlMagick directory
    56 # to the build directory
    56 # to the build directory
    57 #
    57 #
    58 COMPONENT_PRE_CONFIGURE_ACTION= ($(CP) -R $(SOURCE_DIR)/PerlMagick $(@D))
    58 COMPONENT_PRE_CONFIGURE_ACTION= ($(CP) -R $(SOURCE_DIR)/PerlMagick $(@D))
    59 
    59 
       
    60 # Studio 12.1 -xO4 + -zignore on sparc causes linker core dump prior to
       
    61 # build 163.
       
    62 studio_OPT.sparc.32 =	-xO3
       
    63 studio_OPT.sparc.64 =	-xO3
       
    64 
    60 # Show name of "error tag" as part of the warning
    65 # Show name of "error tag" as part of the warning
    61 #
    66 #
    62 CFLAGS+= -errtags
    67 CFLAGS+= -errtags
    63 
    68 
    64 CONFIGURE_OPTIONS+= CFLAGS="$(CFLAGS)"
    69 CONFIGURE_OPTIONS+= CFLAGS="$(CFLAGS)"