summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-05-24 18:44:18 +0000
committerChristian Heim <phreak@gentoo.org>2007-05-24 18:44:18 +0000
commit7fb0bc650c780ec3de0e0464cd6ece9e4f39deef (patch)
treef46164a07061a448555250c4fa16c26cabcd5246
parentUpdated patch, using -p0 to get around that stupid epatch bug (or whatever). (diff)
downloadapache-7fb0bc650c780ec3de0e0464cd6ece9e4f39deef.tar.gz
apache-7fb0bc650c780ec3de0e0464cd6ece9e4f39deef.tar.bz2
apache-7fb0bc650c780ec3de0e0464cd6ece9e4f39deef.zip
Remove the lazybindings patch, as we removed support from apache's content.
-rw-r--r--2.2/patches/01_all_gentoo_lazybindings.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/2.2/patches/01_all_gentoo_lazybindings.patch b/2.2/patches/01_all_gentoo_lazybindings.patch
deleted file mode 100644
index ba5bf2b..0000000
--- a/2.2/patches/01_all_gentoo_lazybindings.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Fix lazybindings for suexec
-diff -ur httpd-2.2.0/support/Makefile.in httpd-2.2.0.patched/support/Makefile.in
---- httpd-2.2.0/support/Makefile.in 2005-07-06 16:15:34.000000000 -0700
-+++ httpd-2.2.0.patched/support/Makefile.in 2006-02-04 13:31:47.000000000 -0800
-@@ -8,6 +8,7 @@
-
- PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)
- PROGRAM_DEPENDENCIES =
-+LAZYLDFLAGS = -Wl,-z,now
-
- include $(top_builddir)/build/rules.mk
-
-@@ -60,7 +61,7 @@
-
- suexec_OBJECTS = suexec.lo
- suexec: $(suexec_OBJECTS)
-- $(LINK) $(suexec_OBJECTS)
-+ $(LINK) $(LAZYLDFLAGS) $(suexec_OBJECTS)
-
- htcacheclean_OBJECTS = htcacheclean.lo
- htcacheclean: $(htcacheclean_OBJECTS)