RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: xar/ autogen.sh configure.ac

From: Anders F. Björklund <afb@rpm5.org>
Date: Sat 29 Sep 2007 - 14:41:50 CEST
Message-Id: <20070929124150.ED29534845F@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: xar                              Date:   29-Sep-2007 14:41:50
  Branch: HEAD                             Handle: 2007092913415000

  Modified files:
    xar                     autogen.sh configure.ac

  Log:
    document RPM5-specific changes (only two)

  Summary:
    Revision    Changes     Path
    1.5         +1  -1      xar/autogen.sh
    1.11        +1  -0      xar/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: xar/autogen.sh
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 autogen.sh
  --- xar/autogen.sh	21 Sep 2007 11:52:36 -0000	1.4
  +++ xar/autogen.sh	29 Sep 2007 12:41:50 -0000	1.5
  @@ -13,7 +13,7 @@
   	exit 0;
   fi
   
  -# even if not using automake, we do need some files from it
  +# RPM5: even if not using automake, we do need some files from it
   for f in install-sh config.guess config.sub; do
       if ! test -f $f; then
           if ! test -f ../$f; then
  @@ .
  patch -p0 <<'@@ .'
  Index: xar/configure.ac
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 configure.ac
  --- xar/configure.ac	29 Sep 2007 12:33:18 -0000	1.10
  +++ xar/configure.ac	29 Sep 2007 12:41:50 -0000	1.11
  @@ -134,6 +134,7 @@
   	abi="elf"
   	dnl Linux needs this for things like asprintf() and poll() flags.
   	CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
  +	dnl RPM5: Fedora does not allow rpath (from xar-1.5-norpath.patch)
   #	RPATH="-Wl,-rpath,"
   	RPATH=""
   	;;
  @@ .
Received on Sat Sep 29 14:41:51 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.