15 lines
504 B
Text
15 lines
504 B
Text
$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
|