0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 03:28:07 +00:00
packages/net/squid/patches/020-fix-nettle-configure.patch
Aleksey Vasilenko fb4618b805 squid: update to 6.10
Remove one patch - instead of messing with BUILDCXXFLAGS there we
properly define it via CONFIGURE_ARGS inside Makefile of the package.

Refresh remaining patch.

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-16 16:41:16 -07:00

12 lines
400 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -1033,7 +1033,7 @@ AC_MSG_NOTICE([HTCP support enabled: $en
# Cryptograhic libraries
SQUID_AUTO_LIB(nettle,[Nettle crypto],[LIBNETTLE])
-AS_IF(test "x$with_nettle" != "xno"],[
+AS_IF([test "x$with_nettle" != "xno"],[
SQUID_STATE_SAVE(squid_nettle_state)
PKG_CHECK_MODULES([LIBNETTLE],[nettle >= 3.4],[],[
CPPFLAGS="$LIBNETTLE_CFLAGS $CPPFLAGS"