]> git.pld-linux.org Git - packages/libmicrohttpd.git/blame - libmicrohttpd-sh.patch
- updated to 0.9.44
[packages/libmicrohttpd.git] / libmicrohttpd-sh.patch
CommitLineData
337f2221
JB
1--- libmicrohttpd-0.9.41/configure.ac.orig 2015-04-29 11:33:15.000000000 +0200
2+++ libmicrohttpd-0.9.41/configure.ac 2015-05-09 07:21:31.291508981 +0200
3@@ -837,7 +837,7 @@
4 AS_IF([[test "x$enable_https" = "xyes" && test "x$have_gnutls_pkgcfg" = "xyes" ]],
5 [ # remove GnuTLS from private libs in .pc file as it defined in Requires.private
6 MHD_REQ_PRIVATE='gnutls'
7- MHD_LIBDEPS_PKGCFG="${MHD_LIBDEPS//$GNUTLS_LIBS/}"
8+ MHD_LIBDEPS_PKGCFG="$(echo "$MHD_LIBDEPS" | sed -e "s/$GNUTLS_LIBS//")"
9 ],
10 [
11 MHD_REQ_PRIVATE=''
This page took 0.073411 seconds and 4 git commands to generate.