|
|
|
|
@ -122,7 +122,7 @@ ifeq ($(UNAME_S),FreeBSD)
|
|
|
|
|
sed -i -e 's/\/bin\/bash/\/usr\/local\/bin\/bash/' libhttpserver/libhttpserver/bootstrap
|
|
|
|
|
endif
|
|
|
|
|
cd libhttpserver/libhttpserver && ./bootstrap && mkdir build
|
|
|
|
|
cd libhttpserver/libhttpserver/build && LDFLAGS=-L$(shell pwd)/libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/ CPPFLAGS=-I$(shell pwd)/libmicrohttpd/libmicrohttpd/src/include ../configure --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-man --disable-doxygen-html --enable-fastopen=false
|
|
|
|
|
cd libhttpserver/libhttpserver/build && LDFLAGS=-L$(shell pwd)/libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/ CPPFLAGS=-I$(shell pwd)/libmicrohttpd/libmicrohttpd/src/include ../configure --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-man --disable-doxygen-html --enable-fastopen=false --disable-examples
|
|
|
|
|
cd libhttpserver/libhttpserver/build && CC=${CC} CXX=${CXX} ${MAKE}
|
|
|
|
|
|
|
|
|
|
libhttpserver: libhttpserver/libhttpserver/build/src/.libs/libhttpserver.a
|
|
|
|
|
|