RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-4_5: zlib/ Makefile.am

From: Per Øyvind Karlsen <pkarlsen@rpm5.org>
Date: Mon 10 Dec 2007 - 16:03:26 CET
Message-Id: <20071210150326.8851D348450@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarlsen@rpm5.org
  Module: zlib                             Date:   10-Dec-2007 16:03:26
  Branch: rpm-4_5                          Handle: 2007121015032600

  Modified files:           (Branch: rpm-4_5)
    zlib                    Makefile.am

  Log:
    fix built-in zlib dependencies (from gb)

  Summary:
    Revision    Changes     Path
    1.21.2.3    +2  -0      zlib/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: zlib/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.21.2.2 -r1.21.2.3 Makefile.am
  --- zlib/Makefile.am	10 Dec 2007 15:00:54 -0000	1.21.2.2
  +++ zlib/Makefile.am	10 Dec 2007 15:03:26 -0000	1.21.2.3
  @@ -22,9 +22,11 @@
   
   example_SOURCES = example.c
   example_LDFLAGS = .libs/libz.a
  +example_DEPENDENCIES = libz.la
   
   minigzip_SOURCES = minigzip.c
   minigzip_LDFLAGS = .libs/libz.a
  +minigzip_DEPENDENCIES = libz.la
   
   BUILT_SOURCES = # Doxyfile zlib.lcd
   
  @@ .
Received on Mon Dec 10 16:03:26 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.