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

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   20-Apr-2016 11:44:29
  Branch: rpm-5_4                          Handle: 2016042009442900

  Modified files:           (Branch: rpm-5_4)
    rpm                     Makefile.am

  Log:
    - adjust "make distcheck" build options slightly.

  Summary:
    Revision    Changes     Path
    2.263.2.41  +11 -4      rpm/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.263.2.40 -r2.263.2.41 Makefile.am
  --- rpm/Makefile.am   14 Mar 2016 06:28:16 -0000      2.263.2.40
  +++ rpm/Makefile.am   20 Apr 2016 09:44:29 -0000      2.263.2.41
  @@ -6,6 +6,8 @@
   AM_DISTCHECK_CONFIGURE_FLAGS = \
           --verbose \
        --prefix=/usr \
  +        --libdir=/usr/lib64 \
  +        --enable-shared \
        --with-db \
        --with-dbsql \
        --without-db-tools-intergrated \
  @@ -17,7 +19,7 @@
           --with-lua \
           --with-tcl \
           --without-sqlite \
  -        --with-syck \
  +        --with-syck=internal \
           --with-readline \
           --without-augeas \
           --with-beecrypt=internal \
  @@ -31,9 +33,11 @@
           --without-pakchois \
           --without-gnutls \
           --with-neon=internal \
  +        --enable-threadsafe-ssl \
  +        --with-ssl=openssl \
           --without-libproxy \
           --with-expat \
  -        --with-pcre \
  +        --with-pcre=internal \
           --enable-utf \
           --with-uuid=system \
           --with-attr \
  @@ -473,7 +477,7 @@
   lcov-run:
        @rm -rf lcov
        @__LCOV@ -d . --zerocounters
  -#    $(MAKE) check
  +     $(MAKE) check
        $(MAKE) -C popt check
        $(MAKE) -C pcre check
        $(MAKE) -C beecrypt check
  @@ -490,10 +494,12 @@
        @__LCOV@ -q --no-external \
          -d popt \
          -d beecrypt \
  -       -d neon \
          -d lua/local \
          -d lua \
          -d misc \
  +       -d neon \
  +       -d pcre \
  +       -d syck \
          -d rpmio \
          -d rpmdb \
          -d lib \
  @@ -501,6 +507,7 @@
          -d tools \
          -d tests/bson \
          -d tests/mongoc \
  +       -d tests/yajl \
          -d tests \
          -d . \
          --capture --output-file lcov/lcov.info
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to