projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e602a4d
)
px5g-standalone: disable long long to fix compiler errors on mips64
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 11:03:46 +0000
(11:03 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/package/utils/px5g-standalone/src/polarssl/config.h
b/package/utils/px5g-standalone/src/polarssl/config.h
index ad3f9a7f395ec8a1fb3278279dc28150f106711f..79cd3dba9dcda4f84fe87b4dd1aa55899665a1df 100644
(file)
--- 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
+ */
/*