px5g-standalone: disable long long to fix compiler errors on mips64
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 11:03:46 +0000 (11:03 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Jun 2014 11:03:46 +0000 (11:03 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41375

package/utils/px5g-standalone/src/polarssl/config.h

index ad3f9a7f395ec8a1fb3278279dc28150f106711f..79cd3dba9dcda4f84fe87b4dd1aa55899665a1df 100644 (file)
@@ -57,8 +57,8 @@
 
 /*
  * Uncomment if the compiler supports long long.
 
 /*
  * Uncomment if the compiler supports long long.
- */
 #define POLARSSL_HAVE_LONGLONG
 #define POLARSSL_HAVE_LONGLONG
+ */
 
 
 /*
 
 
 /*