diff options
author | Holger Freyther <zecke@selfish.org> | 2006-04-26 20:38:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-26 20:38:51 +0000 |
commit | 0d03b86c448f5887c7834603451826b6f30fe44d (patch) | |
tree | e3fd87c828c9337c287a5462fb263d571600f472 /packages/dcop/files | |
parent | 448ec265d79fb7810a206e112921c050c8030e6e (diff) |
packages/dcop/:
Build a native version of the dcopidl and
dcopidl2cpp generator.
The two executables will be installed into
staging bindir.
Diffstat (limited to 'packages/dcop/files')
-rw-r--r-- | packages/dcop/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/dcop/files/dcopidl-compile.patch | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/dcop/files/.mtn2git_empty b/packages/dcop/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/dcop/files/.mtn2git_empty diff --git a/packages/dcop/files/dcopidl-compile.patch b/packages/dcop/files/dcopidl-compile.patch new file mode 100644 index 0000000000..320112395f --- /dev/null +++ b/packages/dcop/files/dcopidl-compile.patch @@ -0,0 +1,12 @@ +Index: dcopidl/yacc.cc +=================================================================== +--- dcopidl.orig/yacc.cc 2006-04-26 21:59:13.000000000 +0200 ++++ dcopidl/yacc.cc 2006-04-26 22:28:28.859672808 +0200 +@@ -213,7 +213,6 @@ + + ******************************************************************/ + +-#include <config.h> + + // Workaround for a bison issue: + // bison.simple concludes from _GNU_SOURCE that stpcpy is available, |