summarylogtreecommitdiffstats
path: root/link-in-apr-shared-objects.patch
blob: 8a84a1589780e4c24eec81a234751c8b034c5fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Don't try to regenerate Makefiles at installation time, as this will forget
to link against the internal copy of libapreq2-dev, which will cause problems
when trying to load the module outside Apache.

Index: libapreq2-2.12/glue/Makefile.am
===================================================================
--- libapreq2-2.12.orig/glue/Makefile.am
+++ libapreq2-2.12/glue/Makefile.am
@@ -15,7 +15,6 @@ perl_test: perl/Makefile
 	cd perl; $(MAKE) test
 
 perl_install:
-	cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ @MM_OPTS@
 	cd perl; $(MAKE) install
 
 perl_clean:
Index: libapreq2-2.12/glue/Makefile.in
===================================================================
--- libapreq2-2.12.orig/glue/Makefile.in
+++ libapreq2-2.12/glue/Makefile.in
@@ -265,7 +265,6 @@ perl_test: perl/Makefile
 	cd perl; $(MAKE) test
 
 perl_install:
-	cd perl; INSTALL=1 @PERL@ @PERL_OPTS@ Makefile.PL -apxs @APACHE2_APXS@ @MM_OPTS@
 	cd perl; $(MAKE) install
 
 perl_clean: