search for: zlib_ldflags

Displaying 1 result from an estimated 1 matches for "zlib_ldflags".

Did you mean: shlib_ldflags
2002 Mar 09
0
Little cleanup for -lz
...f-2. It is a big trouble -- dealing with incompatibility in autoconf. I'll have it soon. -------------- next part -------------- --- openssh-3.1p1/configure.ac.zlib Wed Feb 27 09:12:35 2002 +++ openssh-3.1p1/configure.ac Sat Mar 9 03:35:52 2002 @@ -359,6 +359,7 @@ ) dnl zlib is required +ZLIB_LDFLAGS= AC_ARG_WITH(zlib, [ --with-zlib=PATH Use zlib in PATH], [ @@ -367,15 +368,15 @@ fi if test -d "$withval/lib"; then if test -n "${need_dash_r}"; then - LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}" + ZLIB_LDFLAGS="-L${withval}...