gnunet: update source
authorDaniel Golle <daniel@makrotopia.org>
Wed, 17 Jun 2015 17:22:56 +0000 (19:22 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 17 Jun 2015 17:24:57 +0000 (19:24 +0200)
get rid of another cross-compile patch now fixed upstream

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/gnunet/Makefile
net/gnunet/patches/010-cross-compile-fixes.patch [deleted file]

index 9a9b65c60a4305c5ccc5aefe8962aefbfc2f4e6c..ad2c37044dd889c9e31d2562189459f7b433103d 100644 (file)
@@ -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 (file)
index 177bbfe..0000000
+++ /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])