# HG changeset patch # User Michael Schloh von Bennewitz # Date 1343857372 -7200 # Node ID 24700f8ed0577f578a59a7ce3231d38414529995 # Parent 66c3db5d26f6bd9b52d58d0cdc6e8eb8163dc66f Correct nonportable usage of GCC builtin_* macros in RPM source. diff -r 66c3db5d26f6 -r 24700f8ed057 openpkg/openpkg.spec --- a/openpkg/openpkg.spec Wed Aug 01 23:37:13 2012 +0200 +++ b/openpkg/openpkg.spec Wed Aug 01 23:42:52 2012 +0200 @@ -1193,6 +1193,14 @@ ( br=`pwd` cd rpm-%{V_rpm_major}.%{V_rpm_minor} + # provide nonstandard constructs + cat > nonstandard.h < + + #include "debug.h" Index: lua/local/lposix.c --- lua/local/lposix.c.orig 2009-03-06 23:52:45 +0100 +++ lua/local/lposix.c 2009-09-20 19:57:28 +0200