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:   11-Mar-2009 23:23:08
  Branch: HEAD                             Handle: 2009031122230800

  Modified files:
    rpm/rpmio               rpmzq.c

  Log:
    only build if bzip2 support is enabled

  Summary:
    Revision    Changes     Path
    1.14        +4  -0      rpm/rpmio/rpmzq.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/rpmzq.c
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 rpmzq.c
  --- rpm/rpmio/rpmzq.c 11 Mar 2009 22:13:54 -0000      1.13
  +++ rpm/rpmio/rpmzq.c 11 Mar 2009 22:23:08 -0000      1.14
  @@ -38,6 +38,8 @@
   
   #include "system.h"
   
  +#if defined(HAVE_BZLIB_H)
  +
   #include <rpmiotypes.h>
   #include <rpmlog.h>
   
  @@ -847,3 +849,5 @@
   assert(zq->write_head == NULL);
       yarnTwist(zq->write_first, TO, -1);
   }
  +
  +#endif /* HAVE_BZLIB_H */
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to