summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch b/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch
deleted file mode 100644
index bc95fee5d592..000000000000
--- a/www-apache/mod_gnutls/files/mod_gnutls-0.7.1-apr_memcache_m4_dirty.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- mod_gnutls-0.7.1/m4/apr_memcache.m4
-+++ mod_gnutls-0.7.1/m4/apr_memcache.m4
-@@ -40,23 +40,20 @@
- if test -n "$apr_memcache_includes"; then
- apr_memcache_includedir=$apr_memcache_includes
- elif test -n "$apr_memcache_prefix"; then
-- apr_memcache_includedir=$apr_memcache_prefix/include/apr_memcache-0
-+ apr_memcache_includedir=$apr_memcache_prefix/include/aprutil-1
- else
-- apr_memcache_includedir=$includedir/apr_memcache-0
-+ apr_memcache_includedir=$includedir/aprutil-1
- fi
-
- CFLAGS="-I$apr_memcache_includedir $CFLAGS"
-
-
- AC_CHECK_LIB(
-- apr_memcache,
-+ aprutil-1,
- apr_memcache_create,
- [
-- APR_MEMCACHE_LIBS="-lapr_memcache"
-- if test -n "$apr_memcache_libdir"; then
-- APR_MEMCACHE_LIBS="-R$apr_memcache_libdir -L$apr_memcache_libdir $APR_MEMCACHE_LIBS"
-- fi
-- APR_MEMCACHE_CFLAGS="-I$apr_memcache_includedir"
-+ APR_MEMCACHE_LIBS="`apu-1-config --link-ld`"
-+ APR_MEMCACHE_CFLAGS="`apu-1-config --includes`"
- ]
- )
-