RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES configure.ac

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Mon 25 Jun 2007 - 10:14:10 CEST
Message-Id: <20070625081410.22DB93484FB@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 10:14:10
  Branch: HEAD                             Handle: 2007062509140900

  Modified files:
    rpm                     CHANGES configure.ac

  Log:
    allow one to control/override the /usr/lib64 use via Autoconf option
    --enable-build-lib64

  Summary:
    Revision    Changes     Path
    1.1396      +1  -0      rpm/CHANGES
    2.133       +4  -0      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1395 -r1.1396 CHANGES
  --- rpm/CHANGES	25 Jun 2007 08:08:50 -0000	1.1395
  +++ rpm/CHANGES	25 Jun 2007 08:14:09 -0000	1.1396
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - rse: allow one to control/override the /usr/lib64 use via Autoconf option --enable-build-lib64
       - rse: rename Autoconf --enable-ld-version-script to --enable-build-versionscript for consistency reasons
       - rse: make PIC/PIE/warnings build flags controllable via Autoconf --enable-build-{pic,pie,warnings}
       - rse: cleanup Autoconf glue for static linking by resurrecting functionality under --enable-build-static
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.132 -r2.133 configure.ac
  --- rpm/configure.ac	25 Jun 2007 08:08:50 -0000	2.132
  +++ rpm/configure.ac	25 Jun 2007 08:14:09 -0000	2.133
  @@ -154,6 +154,10 @@
           fi
           ;;
   esac
  +AC_ARG_ENABLE(
  +    [build-lib64],
  +    AC_HELP_STRING([--enable-build-lib64], [enable use of /usr/lib64 (default is system dependent)]),
  +    [ if test ".$enableval" = .yes; then MARK64=64; elif test ".$enableval" = .no; then MARK64=""; fi ], [:])
   AC_SUBST(MARK64)
   
   dnl # FIXME: partly Linux-specific only!?
  @@ .
Received on Mon Jun 25 10:14:10 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.