packages/net/gnunet/patches/010-cross-compile-fixes.patch
Daniel Golle b6e1de2bdc gnunet: update source
Most of the local patches have been integrated upstream.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 16:39:03 +02:00

11 lines
335 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,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])