From d3cf329f4dc97fb7468e9ea46fe926db5f7bded0 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Wed, 29 Sep 2010 10:36:25 +0000 Subject: cdrkit: update from 1.1.9 to 1.1.10 * 1.1.9 had conflicts with (e)glibc. * 1.1.10 was released on 2009/10/11 and is the latest version. Signed-off-by: Andreas Oberritter Signed-off-by: Frans Meulenbroeks --- recipes/cdrkit/files/xconfig.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'recipes/cdrkit/files') diff --git a/recipes/cdrkit/files/xconfig.patch b/recipes/cdrkit/files/xconfig.patch index 5af1a373b9..866b602a35 100644 --- a/recipes/cdrkit/files/xconfig.patch +++ b/recipes/cdrkit/files/xconfig.patch @@ -13,3 +13,13 @@ #define HAVE_C_BIGENDIAN /* Flag that WORDS_BIGENDIAN test was done */ #define HAVE_C_BITFIELDS /* Flag that BITFIELDS_HTOL test was done */ +--- cdrkit-1.1.9/include/CMakeLists.txt.orig 2010-09-27 23:17:34.000000000 +0000 ++++ cdrkit-1.1.9/include/CMakeLists.txt 2010-09-27 23:17:58.000000000 +0000 +@@ -35,7 +35,6 @@ + INCLUDE(TestBigEndian) + TEST_BIG_ENDIAN(WORDS_BIGENDIAN) + +-TRY_RUN(BITFIELDS_HTOL TEST_DUMMY ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/test_BITFIELDS_HTOL.c) + + INCLUDE(CheckIncludeFiles) + -- cgit 1.2.3-korg