RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: syck                             Date:   19-Apr-2016 14:59:14
  Branch: rpm-5_4                          Handle: 2016041912591400

  Modified files:           (Branch: rpm-5_4)
    syck                    configure.ac
    syck/lib                bytecode.c

  Log:
    - syck: avoid rpl_malloc nuttiness.
    - syck: clean up --coverage spew.

  Summary:
    Revision    Changes     Path
    1.2.8.4     +5  -1      syck/configure.ac
    1.4.8.3     +1  -1      syck/lib/bytecode.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: syck/configure.ac
  ============================================================================
  $ cvs diff -u -r1.2.8.3 -r1.2.8.4 configure.ac
  --- syck/configure.ac 13 Mar 2016 09:03:23 -0000      1.2.8.3
  +++ syck/configure.ac 19 Apr 2016 12:59:14 -0000      1.2.8.4
  @@ -5,6 +5,9 @@
   
   AM_INIT_AUTOMAKE
   m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
  +# --- libtool-2.4.6 uses "cru" with error msg
  +#       /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  +AC_SUBST([AR_FLAGS], [cr])
   AM_CONFIG_HEADER(config.h)
   
   # Checks for programs.
  @@ -30,7 +33,8 @@
   # Checks for typedefs, structures, and compiler characteristics.
   
   dnl Checks for library functions (specific)
  -AC_FUNC_MALLOC
  +dnl XXX causes rpl_malloc() undefined failures
  +dnl AC_FUNC_MALLOC
   AC_FUNC_VPRINTF
   
   dnl Checks for library functions (generic)
  @@ .
  patch -p0 <<'@@ .'
  Index: syck/lib/bytecode.c
  ============================================================================
  $ cvs diff -u -r1.4.8.2 -r1.4.8.3 bytecode.c
  --- syck/lib/bytecode.c       17 Apr 2016 16:25:34 -0000      1.4.8.2
  +++ syck/lib/bytecode.c       19 Apr 2016 12:59:14 -0000      1.4.8.3
  @@ -1,4 +1,4 @@
  -/* Generated by re2c 0.13.5 on Sun Mar 13 03:24:24 2016 */
  +/* Generated by re2c 0.13.5 on Sun Apr 17 12:42:26 2016 */
   #line 1 "bytecode.re"
   /*
    * bytecode.re
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to