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

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   17-Jul-2007 11:01:15
  Branch: HEAD                             Handle: 2007071710011500

  Modified files:
    rpm                     configure.ac

  Log:
    Ok, nuke even the remaining convenience stuff as it is technically
    not necessary, can easily be achieved by manually passing in CPPFLAGS
    and LDFLAGS and sometimes even could make trouble (in case one is
    _upgrading_ and an old and incompatible librpmXXX in <prefix> is picked
    up first).

  Summary:
    Revision    Changes     Path
    2.194       +0  -12     rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.193 -r2.194 configure.ac
  --- rpm/configure.ac  17 Jul 2007 07:32:02 -0000      2.193
  +++ rpm/configure.ac  17 Jul 2007 09:01:15 -0000      2.194
  @@ -166,18 +166,6 @@
   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
  -if  test "$cross_compiling" != "yes" && \
  -    test ".$prefix" != .NONE && \
  -    test ".$prefix" != "./usr"; then
  -    if test -d $prefix/include; then
  -        CPPFLAGS="$CPPFLAGS -I$prefix/include"
  -    fi
  -    if test -d $prefix/lib; then
  -        LDFLAGS="$LDFLAGS -L$prefix/lib"
  -    fi
  -fi
  -
   dnl ##
   dnl ## ==== PROGRAM CHECKS ====
   dnl ##
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to