From 725b6eee7c217c00e7b0f3dab225b0bf78b9c908 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 16 Feb 2026 17:13:29 -0800 Subject: Fix --insecure option for shared libraries. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 3a8adf0e..e7b2b312 100755 --- a/configure +++ b/configure @@ -279,6 +279,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then fi if test $insecure -eq 1; then CFLAGS="${CFLAGS} -DZLIB_INSECURE" + SFLAGS="${SFLAGS} -DZLIB_INSECURE" fi if test $debug -eq 1; then CFLAGS="${CFLAGS} -DZLIB_DEBUG" -- cgit v1.2.3-55-g6feb