From 0b88ee9dc22cbbbbae0c798b4a7985fa671f3735 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 27 Feb 2011 23:39:26 +0100 Subject: [PATCH] Same compile fix as needed for maemo --- firmware/export/config/pandora.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/export/config/pandora.h b/firmware/export/config/pandora.h index d2eb58d495..81dd75b975 100644 --- a/firmware/export/config/pandora.h +++ b/firmware/export/config/pandora.h @@ -60,6 +60,9 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC +/* Work around debug macro expansion of strncmp in scratchbox */ +#define _HAVE_STRING_ARCH_strncmp + #define HAVE_SCROLLWHEEL #define CONFIG_KEYPAD SDL_PAD -- 2.11.4.GIT