components/mutt/Makefile
changeset 608 bef78732195b
parent 587 9cc973a7ad62
child 800 2ad056ed89ec
equal deleted inserted replaced
607:c54bec5a82a3 608:bef78732195b
    50 CONFIGURE_OPTIONS  +=		--with-idn
    50 CONFIGURE_OPTIONS  +=		--with-idn
    51 CFLAGS +=			-I"$(USRINCDIR)/idn"
    51 CFLAGS +=			-I"$(USRINCDIR)/idn"
    52 CONFIGURE_OPTIONS  +=		--with-wc-funcs
    52 CONFIGURE_OPTIONS  +=		--with-wc-funcs
    53 CONFIGURE_OPTIONS  +=		--with-sasl
    53 CONFIGURE_OPTIONS  +=		--with-sasl
    54 
    54 
       
    55 # Add in the C compiler information to the muttbug (a.k.a. flea) script.
       
    56 COMPONENT_POST_CONFIGURE_ACTION = \
       
    57 	$(GSED) -i 's%XXX-CUSAGE-XXX%$(shell $(CC) -V 2>&1 | head -1)%' \
       
    58 	$(BUILD_DIR_32)/muttbug.sh 
       
    59 
    55 # common targets
    60 # common targets
    56 build:		$(BUILD_32)
    61 build:		$(BUILD_32)
    57 
    62 
    58 install:	$(INSTALL_32)
    63 install:	$(INSTALL_32)
    59 
    64