1 diff -rupN ./configure ../zlib-1.2.3.4.dfsg-patched/configure
2 --- ./configure 2009-12-24 18:09:43.000000000 +0300
3 +++ ../zlib-1.2.3.4.dfsg-patched/configure 2014-06-03 17:53:45.082074669 +0400
4 @@ -72,6 +72,8 @@ cflags=${CFLAGS-"-O3"}
5 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
8 + # Use the version script for clang builds as well.
12 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then