components/cyrus-sasl/patches/101-libtool-m4-overrides-no-verify.patch
changeset 5055 9daf220c1a9a
equal deleted inserted replaced
5054:91b97df27c58 5055:9daf220c1a9a
       
     1 Developed in-house at Oracle 
       
     2 libtool.m4 overrides configuration for --no-verify
       
     3 
       
     4 This will probably not be welcomed upstream, though we can try. 
       
     5 
       
     6 diff -rupN old/config/libtool.m4 new/config/libtool.m4
       
     7 --- old/config/libtool.m4	2015-01-16 16:29:56.329848513 -0800
       
     8 +++ new/config/libtool.m4	2015-01-16 17:46:44.950680511 -0800
       
     9 @@ -34,7 +34,7 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS"
       
    10  LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
       
    11  DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
       
    12  ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
       
    13 -$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
       
    14 +$libtool_flags  $ac_aux_dir/ltmain.sh $lt_target \
       
    15  || AC_MSG_ERROR([libtool configure failed])
       
    16  
       
    17  # Reload cache, that may have been modified by ltconfig
       
    18 diff -rupN old/saslauthd/config/libtool.m4 new/saslauthd/config/libtool.m4
       
    19 --- old/saslauthd/config/libtool.m4	2015-01-16 16:30:18.093408947 -0800
       
    20 +++ new/saslauthd/config/libtool.m4	2015-01-16 17:47:29.492859873 -0800
       
    21 @@ -34,7 +34,7 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS"
       
    22  LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
       
    23  DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
       
    24  ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
       
    25 -$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
       
    26 +$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
       
    27  || AC_MSG_ERROR([libtool configure failed])
       
    28  
       
    29  # Reload cache, that may have been modified by ltconfig