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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: libtpm                           Date:   19-Apr-2016 14:53:30
  Branch: HEAD                             Handle: 2016041912533000

  Modified files:
    libtpm                  configure.ac

  Log:
    - libtpm: avoid libtool-2.4.6 error msg.

  Summary:
    Revision    Changes     Path
    1.7         +5  -1      libtpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: libtpm/configure.ac
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 configure.ac
  --- libtpm/configure.ac       28 Mar 2016 22:04:01 -0000      1.6
  +++ libtpm/configure.ac       19 Apr 2016 12:53:30 -0000      1.7
  @@ -30,7 +30,7 @@
   dnl (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   dnl OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   
  -dnl $Id: configure.ac,v 1.6 2016/03/28 22:04:01 jbj Exp $
  +dnl $Id: configure.ac,v 1.7 2016/04/19 12:53:30 jbj Exp $
   
   dnl Process this file with autoconf to produce a configure script.
   
  @@ -45,6 +45,10 @@
   AC_CANONICAL_TARGET
   AM_INIT_AUTOMAKE([foreign tar-ustar subdir-objects color-tests])
   m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
  +# --- libtool-2.4.6 uses "cru" with error msg
  +#       /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
  +AC_SUBST([AR_FLAGS], [cr])
  +
   AC_REQUIRE_AUX_FILE([install-sh])
   AC_REQUIRE_AUX_FILE([mkinstalldirs])
   AM_MAINTAINER_MODE
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to