[packages] apr: update to v1.3.9
authorNicolas Thill <nico@openwrt.org>
Mon, 5 Oct 2009 12:48:47 +0000 (12:48 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 5 Oct 2009 12:48:47 +0000 (12:48 +0000)
SVN-Revision: 17877

libs/apr/Makefile
libs/apr/patches/001-struct_iovec.patch [deleted file]

index 3420a8e5b195fdc3cad693aa259a50216be12306..ee454e7957edb34deafd89a5ad9b542adfff197c 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=apr
-PKG_VERSION:=1.3.8
+PKG_VERSION:=1.3.9
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.ibiblio.org/pub/mirrors/apache/apr
-PKG_MD5SUM:=3c7e3a39ae3d3573f49cb74e2dbf87a2
+PKG_MD5SUM:=7138ac64d4458eeeaa9b9aefa4e6e51b
 
-PKG_FIXUP = libtool
+PKG_FIXUP:=libtool
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -33,7 +33,9 @@ CONFIGURE_ARGS += \
        --disable-dso \
        --enable-ipv6
 
+# XXX: ac_cv_sizeof_struct_iovec=1 is just to trick configure
 CONFIGURE_VARS += \
+       ac_cv_sizeof_struct_iovec=1 \
        apr_cv_process_shared_works=no \
        apr_cv_mutex_robust_shared=no \
        apr_cv_tcp_nodelay_with_cork=yes \
diff --git a/libs/apr/patches/001-struct_iovec.patch b/libs/apr/patches/001-struct_iovec.patch
deleted file mode 100644 (file)
index 8471086..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -39234,11 +39234,7 @@ cat >>confdefs.h <<_ACEOF
- _ACEOF
--if test "$ac_cv_sizeof_struct_iovec" = "0"; then
--    have_iovec=0
--else
--    have_iovec=1
--fi
-+have_iovec=1