8ecb2ff1c7
ok fkr@
22 lines
541 B
Plaintext
22 lines
541 B
Plaintext
$OpenBSD: patch-support_apxs_in,v 1.2 2011/09/01 13:40:09 giovanni Exp $
|
|
--- support/apxs.in.orig Mon May 10 22:02:56 2010
|
|
+++ support/apxs.in Wed Aug 31 11:53:53 2011
|
|
@@ -647,13 +647,13 @@ __DATA__
|
|
##
|
|
|
|
builddir=.
|
|
-top_srcdir=%PREFIX%
|
|
-top_builddir=%PREFIX%
|
|
+top_srcdir=%%PREFIX%%/share/apache2
|
|
+top_builddir=%%PREFIX%%/share/apache2
|
|
include %INSTALLBUILDDIR%/special.mk
|
|
|
|
# the used tools
|
|
-APXS=apxs
|
|
-APACHECTL=apachectl
|
|
+APXS=apxs2
|
|
+APACHECTL=apachectl2
|
|
|
|
# additional defines, includes and libraries
|
|
#DEFS=-Dmy_define=my_value
|