1 We use gcc which doesn't support -flags. So remove it.
3 --- zlib-1.2.12/configure.orig 2022-03-28 01:39:42.000000000 +0000
4 +++ zlib-1.2.12/configure 2022-03-31 14:25:13.873964238 +0000
6 if test $build64 -eq 1; then
7 # old versions of SunPRO/Workshop/Studio don't support -m64,
8 # but newer ones do. Check for it.
9 - flag64=`$CC -flags | egrep -- '^-m64'`
10 - if test x"$flag64" != x"" ; then
12 CFLAGS="${CFLAGS} -m64"
13 SFLAGS="${SFLAGS} -m64"