components/libmicrohttpd/Makefile
changeset 4088 98a08684d104
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
4087:03c5ee3f6307 4088:98a08684d104
    51 CONFIGURE_OPTIONS += --disable-spdy
    51 CONFIGURE_OPTIONS += --disable-spdy
    52 CONFIGURE_OPTIONS += --includedir=$(USRINCDIR)/microhttpd
    52 CONFIGURE_OPTIONS += --includedir=$(USRINCDIR)/microhttpd
    53 
    53 
    54 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
    54 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
    55 
    55 
    56 COMPONENT_PREP_ACTION +=(cd $(@D); autoreconf -f);
    56 # requires an older automake to reconfigure. 
       
    57 COMPONENT_PREP_ACTION += \
       
    58 	(cd $(@D); ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 autoreconf -fiv);
    57 
    59 
    58 ASLR_MODE = $(ASLR_ENABLE)
    60 ASLR_MODE = $(ASLR_ENABLE)
    59 
    61 
    60 build:		$(BUILD_32_and_64)
    62 build:		$(BUILD_32_and_64)
    61 
    63