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:   16-Feb-2015 22:48:21
  Branch: rpm-5_4                          Handle: 2015021621482100

  Modified files:           (Branch: rpm-5_4)
    rpm                     system.h

  Log:
    - avoid LLVM vs GCC builtin incompatible

  Summary:
    Revision    Changes     Path
    2.129.2.13  +5  -0      rpm/system.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/system.h
  ============================================================================
  $ cvs diff -u -r2.129.2.12 -r2.129.2.13 system.h
  --- rpm/system.h      9 Oct 2014 02:54:11 -0000       2.129.2.12
  +++ rpm/system.h      16 Feb 2015 21:48:21 -0000      2.129.2.13
  @@ -65,6 +65,11 @@
   #define      st_mtimespec    st_mtim
   #endif
   
  +#ifdef       __cplusplus             /* XXX avoid LLVM vs GCC builtin 
incompatible */
  +#undef       __va_arg_pack
  +#undef       __va_arg_pack_len
  +#endif
  +
   #include <stdio.h>
   
   #ifdef HAVE_SYS_PARAM_H
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to