summaryrefslogtreecommitdiff
path: root/recipes/squid/squid-3.1.4/fix-ltdl-usage.patch
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-08-19 23:29:28 +0400
committerRoman I Khimov <khimov@altell.ru>2010-08-20 09:38:10 +0400
commit3a1681c2f7c13c95fc8cf9aef3d7f9427ac45db4 (patch)
tree9b611d60edba065bea10a0624ec39fee5f41f52f /recipes/squid/squid-3.1.4/fix-ltdl-usage.patch
parent03bc424d6266debb03b3a43c9dc02b513aa659a1 (diff)
squid: update 3.1.4 to 3.1.6
* bug fixes, considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/squid/squid-3.1.4/fix-ltdl-usage.patch')
-rw-r--r--recipes/squid/squid-3.1.4/fix-ltdl-usage.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/squid/squid-3.1.4/fix-ltdl-usage.patch b/recipes/squid/squid-3.1.4/fix-ltdl-usage.patch
deleted file mode 100644
index ea8536dc76..0000000000
--- a/recipes/squid/squid-3.1.4/fix-ltdl-usage.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: squid-3.1.4/configure.in
-===================================================================
---- squid-3.1.4.orig/configure.in 2010-07-07 12:20:47.000000000 +0400
-+++ squid-3.1.4/configure.in 2010-07-07 12:23:17.000000000 +0400
-@@ -79,7 +79,8 @@
- top_build_prefix=${ac_top_build_prefix}
- AC_SUBST(top_build_prefix)
-
-- AC_LIBLTDL_CONVENIENCE
-+ LT_CONFIG_LTDL_DIR(libltdl)
-+ LTDL_INIT(convenience)
- fi
- AC_PROG_LIBTOOL
- AC_LTDL_DLLIB
-@@ -3965,6 +3966,6 @@
- AC_CONFIG_SUBDIRS(lib/libTrie)
-
- # must configure libltdl subdir unconditionally for "make distcheck" to work
--AC_CONFIG_SUBDIRS(libltdl)
-+# AC_CONFIG_SUBDIRS(libltdl)
-
- AC_OUTPUT