openpkg/curl.patch

changeset 428
f880f219c566
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openpkg/curl.patch	Tue Jul 31 12:23:42 2012 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +Index: configure
     1.5 +--- configure.orig	2012-05-22 23:46:41.000000000 +0200
     1.6 ++++ configure	2012-05-25 22:56:57.000000000 +0200
     1.7 +@@ -4886,10 +4886,7 @@
     1.8 + if $ac_preproc_ok; then :
     1.9 + 
    1.10 + else
    1.11 +-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    1.12 +-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1.13 +-as_fn_error "C preprocessor \"$CPP\" fails sanity check
    1.14 +-See \`config.log' for more details." "$LINENO" 5; }
    1.15 ++    :
    1.16 + fi
    1.17 + 
    1.18 + ac_ext=c
    1.19 +@@ -19472,7 +19469,7 @@
    1.20 +   $as_echo_n "(cached) " >&6
    1.21 + else
    1.22 +   ac_check_lib_save_LIBS=$LIBS
    1.23 +-LIBS="-l"$LDAPLIBNAME"  $LIBS"
    1.24 ++LIBS="-l$LDAPLIBNAME $LIBS"
    1.25 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    1.26 + /* end confdefs.h.  */
    1.27 + 
    1.28 +@@ -19506,7 +19503,7 @@
    1.29 + #define `$as_echo "HAVE_LIB"$LDAPLIBNAME"" | $as_tr_cpp` 1
    1.30 + _ACEOF
    1.31 + 
    1.32 +-  LIBS="-l"$LDAPLIBNAME" $LIBS"
    1.33 ++  LIBS="-l$LDAPLIBNAME $LIBS"
    1.34 + 
    1.35 + else
    1.36 + 

mercurial