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

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm lua                          Date:   02-Nov-2008 01:55:30
  Branch: HEAD                             Handle: 2008110200552900

  Modified files:
    lua                     Makefile.am
    rpm                     CHANGES

  Log:
    lua: explicitly link against libexpat as assumption on implicit linking 
cannot
    be guaranteed.

  Summary:
    Revision    Changes     Path
    1.31        +1  -1      lua/Makefile.am
    1.2642      +2  -0      rpm/CHANGES
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: lua/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 Makefile.am
  --- lua/Makefile.am   24 Oct 2008 22:58:40 -0000      1.30
  +++ lua/Makefile.am   2 Nov 2008 00:55:29 -0000       1.31
  @@ -130,7 +130,7 @@
        chkconfig/leveldb.h
   endif
   
  -liblua_la_LIBADD = @WITH_LUA_SUBDIR_LIB@ -lm
  +liblua_la_LIBADD = @WITH_LUA_SUBDIR_LIB@ -lm -lexpat
   liblua_la_SOURCES += \
        local/llocal.c \
        local/llocal.h \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2641 -r1.2642 CHANGES
  --- rpm/CHANGES       1 Nov 2008 23:07:35 -0000       1.2641
  +++ rpm/CHANGES       2 Nov 2008 00:55:29 -0000       1.2642
  @@ -1,5 +1,7 @@
   
   5.2a2 -> 5.2a3:
  +    - proyvind: lua: explicitly link against libexpat as assumption on 
implicit
  +     linking cannot be guaranteed.
       - proyvind: add --with-extra-path-macros configure option that adds
         additional macro file paths without overriding existing defaults.
       - proyvind: add --with-vendor configure option to define RPM_VENDOR_*.
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to