components/imagemagick/Makefile
changeset 277 12ebd29ad46c
parent 206 a4474882bf60
child 383 e37246d1c149
equal deleted inserted replaced
276:18dcd0ca5b0c 277:12ebd29ad46c
    65 CONFIGURE_OPTIONS+= CXXFLAGS="$(CXXFLAGS)"
    65 CONFIGURE_OPTIONS+= CXXFLAGS="$(CXXFLAGS)"
    66 CONFIGURE_OPTIONS+= --with-modules
    66 CONFIGURE_OPTIONS+= --with-modules
    67 CONFIGURE_OPTIONS+= --enable-shared=yes
    67 CONFIGURE_OPTIONS+= --enable-shared=yes
    68 CONFIGURE_OPTIONS+= --enable-static=no
    68 CONFIGURE_OPTIONS+= --enable-static=no
    69 CONFIGURE_OPTIONS+= --without-gvc
    69 CONFIGURE_OPTIONS+= --without-gvc
       
    70 CONFIGURE_OPTIONS.32+= --with-perl=$(PERL)
    70 CONFIGURE_OPTIONS.64+= --without-perl
    71 CONFIGURE_OPTIONS.64+= --without-perl
    71 
    72 
    72 # common targets
    73 # common targets
    73 #
    74 #
    74 build:		$(BUILD_32_and_64)
    75 build:		$(BUILD_32_and_64)