From: Felix Fietkau Date: Sun, 29 Jun 2014 11:03:46 +0000 (+0000) Subject: px5g-standalone: disable long long to fix compiler errors on mips64 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=20de772ceaac0e28247f2c31a5faef94ecbd32ad px5g-standalone: disable long long to fix compiler errors on mips64 Signed-off-by: Felix Fietkau SVN-Revision: 41375 --- diff --git a/package/utils/px5g-standalone/src/polarssl/config.h b/package/utils/px5g-standalone/src/polarssl/config.h index ad3f9a7f39..79cd3dba9d 100644 --- a/package/utils/px5g-standalone/src/polarssl/config.h +++ b/package/utils/px5g-standalone/src/polarssl/config.h @@ -57,8 +57,8 @@ /* * Uncomment if the compiler supports long long. - */ #define POLARSSL_HAVE_LONGLONG + */ /*