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:   24-Jun-2016 21:41:32
  Branch: rpm-5_4                          Handle: 2016062419413200

  Modified files:           (Branch: rpm-5_4)
    rpm                     devtool.conf

  Log:
    - sanity.

  Summary:
    Revision    Changes     Path
    2.365.2.110 +78 -1      rpm/devtool.conf
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/devtool.conf
  ============================================================================
  $ cvs diff -u -r2.365.2.109 -r2.365.2.110 devtool.conf
  --- rpm/devtool.conf  17 Jun 2016 05:30:22 -0000      2.365.2.109
  +++ rpm/devtool.conf  24 Jun 2016 19:41:32 -0000      2.365.2.110
  @@ -986,7 +986,6 @@
           --enable-build-versionscript \
           --enable-build-warnings \
           --enable-build-debug \
  -        --enable-build-lto \
           --enable-maintainer-mode
   
   #       --with-jvm=$JAVA_HOME \
  @@ -999,6 +998,84 @@
   #       --enable-build-sanitize-thread \
   #
   
  +%urg
  +# -- clang
  +#    CC=clang
  +#    export CC
  +#    CXX=clang++
  +#    export CXX
  +#    CPPFLAGS="-Wno-unused-command-line-argument -Wno-array-bounds 
-Wno-parentheses-equality -Wno-string-compare"
  +#    export CPPFLAGS
  +# -- add ${HOME}/bin for hotwiring build tools on OS X
  +#    PATH="${HOME}/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  +#    export PATH
  +    %autogen
  +    %configure \
  +        --verbose \
  +        --prefix=/usr \
  +        --libdir=/usr/lib \
  +        --disable-nls \
  +        --with-db \
  +        --without-dbsql \
  +        --without-db-tools-integrated \
  +        --with-zlib \
  +        --with-bzip2 \
  +        --with-xz \
  +        --with-file \
  +        --with-path-magic=/usr/share/file/magic \
  +        --without-lua \
  +        --with-tcl \
  +        --with-sqlite \
  +        --without-syck \
  +        --without-readline \
  +     --without-augeas \
  +     --with-beecrypt=external \
  +        --without-java \
  +        --with-openssl \
  +        --without-nss \
  +        --without-gcrypt \
  +        --without-tomcrypt \
  +        --without-sasl2 \
  +        --with-pcre=external \
  +        --enable-utf \
  +        --with-neon=external \
  +        --with-expat \
  +        --without-libproxy \
  +        --without-pakchois \
  +        --without-uuid \
  +        --without-xar \
  +        --with-popt=external \
  +        --without-keyutils \
  +        --with-pthreads=yes \
  +        --without-libelf \
  +        --without-js \
  +        --without-gpsee \
  +        --without-python \
  +        --without-pythonembed \
  +        --without-perl \
  +        --without-perlembed \
  +        --without-perl-urpm \
  +        --without-ruby \
  +        --without-selinux \
  +        --without-sepol \
  +        --without-semanage \
  +        --with-libgit2 \
  +        --without-unixodbc \
  +        --enable-openmp \
  +        --enable-build-static \
  +        --enable-build-warnings \
  +        --enable-build-debug \
  +        --enable-maintainer-mode
  +
  +#       --enable-build-gcov \
  +#       --enable-build-lto \
  +#       --enable-build-sanitize-address \
  +#       --enable-build-sanitize-memory \
  +#       --enable-build-sanitize-thread \
  +#       --enable-build-sanitize-bounds \
  +#       --enable-build-sanitize-undefined \
  +#
  +
   # Momonga 7
   %momonga
       %autogen
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to