RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Mon 25 Jun 2007 - 09:17:41 CEST
Message-Id: <20070625071741.8513D3484F1@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   25-Jun-2007 09:17:41
  Branch: HEAD                             Handle: 2007062508174100

  Modified files:
    rpm                     configure.ac

  Log:
    bundle old-style hacks together and annotate with FIXME

  Summary:
    Revision    Changes     Path
    2.121       +5  -5      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.120 -r2.121 configure.ac
  --- rpm/configure.ac	25 Jun 2007 06:39:21 -0000	2.120
  +++ rpm/configure.ac	25 Jun 2007 07:17:41 -0000	2.121
  @@ -90,10 +90,6 @@
       fi
   ])
   
  -dnl # FIXME: partly Linux-specific only!?
  -dnl # (but at least it usually doesn't harm on other platforms)
  -CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT"
  -
   dnl # support static linking of RPM via GNU libtool
   LDFLAGS_STATIC=""
   AC_ARG_ENABLE(build-static,
  @@ -131,7 +127,11 @@
   ])
   AC_SUBST(LDFLAGS_STATIC)
   
  -dnl # old RPM 4.x style platform-specific flag extension hack
  +dnl # FIXME: partly Linux-specific only!?
  +dnl # (but at least it usually doesn't harm on other platforms)
  +CFLAGS="$CFLAGS -D_GNU_SOURCE -D_REENTRANT"
  +
  +dnl # FIXME: old RPM 4.x style platform-specific flag extension hack
   addlib () {
      l=$1
      shift
  @@ .
Received on Mon Jun 25 09:17:41 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.