mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
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>
12 lines
400 B
Diff
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"
|