components/fastcgi/Makefile
changeset 6552 402379bc1b60
parent 5843 9cefd39b551b
child 7294 61f1f259467a
equal deleted inserted replaced
6551:ed4d06e2fe03 6552:402379bc1b60
    52 CONFIGURE_OPTIONS += --with-pic
    52 CONFIGURE_OPTIONS += --with-pic
    53 CONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi
    53 CONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi
    54 
    54 
    55 COMPONENT_PREP_ACTION = (cd $(@D) ; touch NEWS AUTHORS ChangeLog ; autoreconf -if)
    55 COMPONENT_PREP_ACTION = (cd $(@D) ; touch NEWS AUTHORS ChangeLog ; autoreconf -if)
    56 
    56 
    57 ASLR_MODE = $(ASLR_ENABLE)
       
    58 
       
    59 REQUIRED_PACKAGES += system/library/c++-runtime
    57 REQUIRED_PACKAGES += system/library/c++-runtime