openpkg/curl.patch

Thu, 09 Aug 2012 00:41:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Aug 2012 00:41:14 +0200
changeset 495
01294b31a79e
permissions
-rw-r--r--

Introduce a lot of changes to correct source and build logic including:
Correct URLs, reorder existing patch hunks, update vendor version and
patch accordingly, integrate optional SQLite storage, modernize package
(remove boilerplate RPM logic), correct preprocessor definitions as
NIS+was removed from Solaris 11, use parallel make, improve configuration
spacing and whitespace, and remove now uneeded postfix-script(1) and
post-install(1) relocation.

     1 Index: configure
     2 --- configure.orig	2012-05-22 23:46:41.000000000 +0200
     3 +++ configure	2012-05-25 22:56:57.000000000 +0200
     4 @@ -4886,10 +4886,7 @@
     5  if $ac_preproc_ok; then :
     7  else
     8 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     9 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    10 -as_fn_error "C preprocessor \"$CPP\" fails sanity check
    11 -See \`config.log' for more details." "$LINENO" 5; }
    12 +    :
    13  fi
    15  ac_ext=c
    16 @@ -19472,7 +19469,7 @@
    17    $as_echo_n "(cached) " >&6
    18  else
    19    ac_check_lib_save_LIBS=$LIBS
    20 -LIBS="-l"$LDAPLIBNAME"  $LIBS"
    21 +LIBS="-l$LDAPLIBNAME $LIBS"
    22  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    23  /* end confdefs.h.  */
    25 @@ -19506,7 +19503,7 @@
    26  #define `$as_echo "HAVE_LIB"$LDAPLIBNAME"" | $as_tr_cpp` 1
    27  _ACEOF
    29 -  LIBS="-l"$LDAPLIBNAME" $LIBS"
    30 +  LIBS="-l$LDAPLIBNAME $LIBS"
    32  else

mercurial