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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: lua                              Date:   04-Apr-2012 23:51:04
  Branch: rpm-5_4                          Handle: 2012040421510400

  Modified files:           (Branch: rpm-5_4)
    lua                     Makefile.am

  Log:
    - lua: bin2c compilation wih $(CC) doesn't break as easily or often.

  Summary:
    Revision    Changes     Path
    1.43.2.1    +4  -1      lua/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: lua/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.43 -r1.43.2.1 Makefile.am
  --- lua/Makefile.am   18 Oct 2010 04:21:18 -0000      1.43
  +++ lua/Makefile.am   4 Apr 2012 21:51:04 -0000       1.43.2.1
  @@ -37,7 +37,10 @@
   rpmluac_SOURCES = luac.c print.c
   rpmluac_CFLAGS =
   rpmluac_LDADD = liblua.la
  -bin2c_SOURCES = bin2c.c
  +
  +# --- bin2c doesn't need anything but a compiler
  +bin2c:  bin2c.c
  +     $(CC) -o $@ $<
   
   liblua_la_SOURCES =
   liblua_la_CFLAGS = @WITH_LUA_SUBDIR_DEF@
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to