blob: 4b4053049aed1016da1dab9bb018e6ded1962c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.2 2012/10/21 21:33:25 erh Exp $
Fixup the Makefile so it uses the right libtool.
--- apache-2.0/Makefile.in.orig 2012-05-09 08:08:26.000000000 -0500
+++ apache-2.0/Makefile.in 2012-10-21 15:25:01.000000000 -0500
@@ -34,6 +34,8 @@
# Apache2 settings, values guessed by Apache config and used to build it
# Will define libexecdir, LIBTOOL, etc
include @APACHE_CONFIG_VARS@
+top_builddir = ..
+LIBTOOL =
# Local settings ( overriding/appending to Apache's )
COMMON=../common
|