components/mutt/Makefile
changeset 1260 edecf9fcf54d
parent 1174 5ac53682aef3
child 1948 2d1537e7942d
equal deleted inserted replaced
1259:68c7d53a1374 1260:edecf9fcf54d
    55 CONFIGURE_OPTIONS  +=		--with-sasl
    55 CONFIGURE_OPTIONS  +=		--with-sasl
    56 
    56 
    57 # Add in the C compiler information to the muttbug (a.k.a. flea) script.
    57 # Add in the C compiler information to the muttbug (a.k.a. flea) script.
    58 COMPONENT_POST_CONFIGURE_ACTION = \
    58 COMPONENT_POST_CONFIGURE_ACTION = \
    59 	$(GSED) -i 's%XXX-CUSAGE-XXX%$(shell $(CC) -V 2>&1 | head -1)%' \
    59 	$(GSED) -i 's%XXX-CUSAGE-XXX%$(shell $(CC) -V 2>&1 | head -1)%' \
    60 	$(BUILD_DIR_32)/muttbug.sh 
    60 	$(BUILD_DIR_64)/muttbug.sh 
    61 
    61 
    62 ASLR_MODE = $(ASLR_ENABLE)
    62 ASLR_MODE = $(ASLR_ENABLE)
    63 
    63 
    64 # common targets
    64 # common targets
    65 build:		$(BUILD_32)
    65 build:		$(BUILD_64)
    66 
    66 
    67 install:	$(INSTALL_32)
    67 install:	$(INSTALL_64)
    68 
    68 
    69 test:		$(NO_TESTS)
    69 test:		$(NO_TESTS)
    70 
    70 
    71 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    71 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    72 
    72