From c6e26fd95dfac6061a90fef810781cd521c0e87b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Dec 2013 07:27:20 +0000 Subject: - Fix build on 10 PR: ports/184728 Submitted by: Hung-Yi Chen (maintainer) --- www/libmicrohttpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/libmicrohttpd/Makefile') diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index f7d1249f4e62..adf96623425b 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -31,6 +31,9 @@ PLIST_FILES= include/microhttpd.h \ libdata/pkgconfig/libmicrohttpd.pc \ man/man3/libmicrohttpd.3.gz +post-patch: + @${REINPLACE_CMD} -e 's|-ldl|-lc|' ${WRKSRC}/src/examples/Makefile.in + post-build: @${STRIP_CMD} ${WRKSRC}/src/microhttpd/.libs/libmicrohttpd.so.30 -- cgit v1.2.3