packages/net/gnunet/patches/010-cross-compile-fixes.patch
Daniel Golle 98a821a93a gnunet: add new package
The single 'gnunet' package built should be further split up,
meta-packages for common use-cases should be added.
However, it's not too big to run on devices with 8MB of flash or more,
even in the current monolithic package.
Integration with procd and netifd is not yet implemented.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-30 23:28:42 +02:00

13 lines
466 B
Diff

Index: gnunet-0.10.1/configure.ac
===================================================================
--- gnunet-0.10.1.orig/configure.ac
+++ gnunet-0.10.1/configure.ac
@@ -194,7 +194,7 @@ AM_CONDITIONAL(GNU, test "$build_target"
AC_MSG_RESULT([$build_target])
AC_SUBST(build_target)
AM_CONDITIONAL([am__fastdepOBJC], false)
-AC_UNALIGNED_64_ACCESS
+# AC_UNALIGNED_64_ACCESS
# some other checks for standard libs
AC_SEARCH_LIBS([gethostbyname], [nsl ws2_32])