sysstat: fix musl compatibility
[feed/packages.git] / net / gnunet / patches / 010-cross-compile-fixes.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -194,7 +194,7 @@ AM_CONDITIONAL(GNU, test "$build_target"
4 AC_MSG_RESULT([$build_target])
5 AC_SUBST(build_target)
6 AM_CONDITIONAL([am__fastdepOBJC], false)
7 -AC_UNALIGNED_64_ACCESS
8 +# AC_UNALIGNED_64_ACCESS
9
10 # some other checks for standard libs
11 AC_SEARCH_LIBS([gethostbyname], [nsl ws2_32])