Skip to content

Commit

Permalink
Adding Makefile support for CentOS 7
Browse files Browse the repository at this point in the history
Add the force to symlink deletion for libmicrohttpd
  • Loading branch information
Nick Vyzas authored Feb 25, 2020
1 parent 1b1bd9b commit 5b31997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ curl: curl/curl/lib/.libs/libcurl.a
libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a:
cd libmicrohttpd && rm -rf libmicrohttpd-0.9.55 || true
cd libmicrohttpd && rm -rf libmicrohttpd-0.9.68 || true
cd libmicrohttpd && rm libmicrohttpd || true
cd libmicrohttpd && rm -f libmicrohttpd || true
ifeq ($(CENTOSVER),6.7)
cd libmicrohttpd && ln -s libmicrohttpd-0.9.55 libmicrohttpd
cd libmicrohttpd && tar -zxf libmicrohttpd-0.9.55.tar.gz
Expand Down

0 comments on commit 5b31997

Please sign in to comment.