diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:03:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:03:46 +0000 |
commit | 279c81079bcc2a8bb990e6495dc90a080c15a3ec (patch) | |
tree | d71560cead8ef3532e39e3ac157fa31ccf04aa74 | |
parent | 3b978912c46fb944a0a33631ba5306ec230da999 (diff) | |
download | upstream-279c81079bcc2a8bb990e6495dc90a080c15a3ec.tar.gz upstream-279c81079bcc2a8bb990e6495dc90a080c15a3ec.tar.bz2 upstream-279c81079bcc2a8bb990e6495dc90a080c15a3ec.zip |
px5g-standalone: disable long long to fix compiler errors on mips64
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41375 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/utils/px5g-standalone/src/polarssl/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 + */ /* |