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

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
  Module: rpm                              Date:   03-Mar-2011 20:33:46
  Branch: HEAD                             Handle: 2011030319334500

  Modified files:
    rpm/python              Makefile.am

  Log:
    link python module against python library (from Funda Wang)

  Summary:
    Revision    Changes     Path
    1.90        +2  -1      rpm/python/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/python/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.89 -r1.90 Makefile.am
  --- rpm/python/Makefile.am    10 Feb 2011 20:15:11 -0000      1.89
  +++ rpm/python/Makefile.am    3 Mar 2011 19:33:45 -0000       1.90
  @@ -40,7 +40,8 @@
        $(top_builddir)/rpmdb/librpmdb.la \
        $(top_builddir)/rpmio/librpmio.la \
        $(top_builddir)/misc/librpmmisc.la \
  -     @LTLIBINTL@
  +     @LTLIBINTL@ \
  +     -lpython$(PYTHON_VERSION)
   
   _rpmmodule_la_SOURCES = \
        rpmmodule.c header-py.c \
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to