build fix
[LibreOffice.git] / external / postgresql / internal-zlib.patch.1
blobac2b728e1314428626108c236c01dab8cd1389f3
1 diff -up postgresql/configure.dt postgresql/configure
2 --- postgresql/configure.dt     2016-11-03 17:34:17.282388226 +0100
3 +++ postgresql/configure        2016-11-03 17:34:35.004202484 +0100
4 @@ -8566,13 +8566,13 @@ fi
5  
6  if test "$with_zlib" = yes; then
7  
8 -{ $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
9 -$as_echo_n "checking for inflate in -lz... " >&6; }
10 +{ $as_echo "$as_me:$LINENO: checking for inflate in -lzlib" >&5
11 +$as_echo_n "checking for inflate in -lzlib... " >&6; }
12  if test "${ac_cv_lib_z_inflate+set}" = set; then
13    $as_echo_n "(cached) " >&6
14  else
15    ac_check_lib_save_LIBS=$LIBS
16 -LIBS="-lz  $LIBS"
17 +LIBS="-lzlib  $LIBS"
18  cat >conftest.$ac_ext <<_ACEOF
19  /* confdefs.h.  */
20  _ACEOF
21 @@ -8636,7 +8636,7 @@ if test "x$ac_cv_lib_z_inflate" = x""yes
22  #define HAVE_LIBZ 1
23  _ACEOF
25 -  LIBS="-lz $LIBS"
26 +  LIBS="-lzlib $LIBS"
28  else
29    { { $as_echo "$as_me:$LINENO: error: zlib library not found