From: nbd 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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=77e8f209045696409da89f7cdd5c25c23ac70058;p=openwrt.git px5g-standalone: disable long long to fix compiler errors on mips64 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41375 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 + */ /*