]> git.pld-linux.org Git - packages/lftp.git/blob - lftp-m4.patch
- rel 2; avoid -L/usr/lib
[packages/lftp.git] / lftp-m4.patch
1 --- lftp-4.0.0/configure.ac~    2009-09-12 19:39:22.434759846 +0200
2 +++ lftp-4.0.0/configure.ac     2009-09-12 19:39:56.352256686 +0200
3 @@ -254,9 +254,9 @@
4  
5  AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]),
6        [with_gnutls=$withval], [with_gnutls=yes])
7 -AC_ARG_WITH(openssl,
8 -AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
9 -AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]),
10 +AC_ARG_WITH(openssl,[
11 +AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
12 +AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)])],
13        [with_openssl=$withval], [with_openssl=no])
14  case "$with_openssl" in
15         yes)            with_gnutls=no;;
16 --- a/m4/ax_lib_expat.m4~       2016-02-20 14:57:52.000000000 +0100
17 +++ b/m4/ax_lib_expat.m4        2016-04-08 23:01:06.084309949 +0200
18 @@ -109,7 +109,6 @@ AC_DEFUN([AX_LIB_EXPAT],
19  
20      if test -n "$expat_prefix"; then
21          expat_include_dir="$expat_prefix/include"
22 -        expat_ld_flags="-L$expat_prefix/lib"
23          expat_lib_flags="-lexpat"
24          run_expat_test="yes"
25      elif test "$expat_requested" = "yes"; then
This page took 0.033377 seconds and 4 git commands to generate.