~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to debian/patches/002_kill_installbuilddir

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ruN build-tree.orig/apache2/srclib/apr/Makefile.in build-tree/apache2/srclib/apr/Makefile.in
2
 
--- build-tree.orig/apache2/srclib/apr/Makefile.in      2003-04-07 12:49:24.000000000 +0200
3
 
+++ build-tree/apache2/srclib/apr/Makefile.in   2003-04-07 12:50:10.000000000 +0200
4
 
@@ -75,18 +75,6 @@
5
 
        fi;
6
 
        $(LIBTOOL) --mode=install cp $(TARGET_LIB) $(DESTDIR)$(libdir)
7
 
        $(LIBTOOL) --mode=install cp apr.exp $(DESTDIR)$(libdir)
8
 
-       if [ ! -d $(DESTDIR)$(installbuilddir) ]; then \
9
 
-               $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir); \
10
 
-       fi; 
11
 
-       if [ -f libtool ]; then \
12
 
-               $(LIBTOOL) --mode=install cp libtool $(DESTDIR)$(installbuilddir); \
13
 
-       fi;
14
 
-       if [ -f shlibtool ]; then \
15
 
-               $(LIBTOOL) --mode=install cp shlibtool $(DESTDIR)$(installbuilddir); \
16
 
-       fi;
17
 
-       if [ -f build/apr_rules.mk ]; then \
18
 
-               cp build/apr_rules.mk $(DESTDIR)$(installbuilddir); \
19
 
-       fi;
20
 
 
21
 
        if [ ! -d $(DESTDIR)$(bindir) ]; then \
22
 
            $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(bindir); \