From df08a3c1b5e639540b93a0ddb7e8099a0d7352f3 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 20 Sep 2009 13:01:12 +0000 Subject: [PATCH] [package] add missing apr patch, related to r17642 git-svn-id: svn://svn.openwrt.org/openwrt/packages@17643 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/apr/patches/001-struct_iovec.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libs/apr/patches/001-struct_iovec.patch diff --git a/libs/apr/patches/001-struct_iovec.patch b/libs/apr/patches/001-struct_iovec.patch new file mode 100644 index 000000000..847108617 --- /dev/null +++ b/libs/apr/patches/001-struct_iovec.patch @@ -0,0 +1,15 @@ +--- 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 + + + -- 2.11.0