Skip to content

Commit

Permalink
Merge pull request #3050 from sysown/v2.0.14-3049
Browse files Browse the repository at this point in the history
Fixes #3049: Compilation no longer working in Centos 6.7
  • Loading branch information
JavierJF authored Sep 7, 2020
2 parents c37de07 + e836fc8 commit 7ba37e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ else
cd libmicrohttpd && ln -s libmicrohttpd-0.9.68 libmicrohttpd
cd libmicrohttpd && tar -zxf libmicrohttpd-0.9.68.tar.gz
endif
ifeq ($(OS),Darwin)
cd libmicrohttpd/libmicrohttpd && patch src/microhttpd/mhd_sockets.c < ../mhd_sockets.c-issue-5977.patch
endif
cd libmicrohttpd/libmicrohttpd && ./configure --enable-https && CC=${CC} CXX=${CXX} ${MAKE}
microhttpd: libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a

Expand Down

0 comments on commit 7ba37e9

Please sign in to comment.