aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2015-06-17 19:22:56 +0200
committerDaniel Golle <daniel@makrotopia.org>2015-06-17 19:24:57 +0200
commit780cf06d28f74d08240ec2af090eaeab517acac7 (patch)
tree9cfe2658261afe3f6161f2562154a02c92a8587e /net
parenteba5ce80425af52a19de996a9e3264371a4d9efb (diff)
gnunet: update source
get rid of another cross-compile patch now fixed upstream Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net')
-rw-r--r--net/gnunet/Makefile2
-rw-r--r--net/gnunet/patches/010-cross-compile-fixes.patch11
2 files changed, 1 insertions, 12 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile
index 9a9b65c60..ad2c37044 100644
--- a/net/gnunet/Makefile
+++ b/net/gnunet/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gnunet
-PKG_SOURCE_VERSION:=35937
+PKG_SOURCE_VERSION:=35949
PKG_VERSION:=0.10.1-svn$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
diff --git a/net/gnunet/patches/010-cross-compile-fixes.patch b/net/gnunet/patches/010-cross-compile-fixes.patch
deleted file mode 100644
index 177bbfebb..000000000
--- a/net/gnunet/patches/010-cross-compile-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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])