From b7d489ce3d32f6a0717373bc1664fd58793f7d6a Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 20 Jun 2013 12:31:24 +0000 Subject: [PATCH] Merge r1494952 from trunk: MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Document apxs -p paramter. Submitted by: Jan Kaluža Reviewed by: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1494953 13f79535-47bb-0310-9956-ffa450edef68 --- docs/man/apxs.1 | 5 ++++- docs/manual/programs/apxs.html.en | 5 +++++ docs/manual/programs/apxs.xml | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/man/apxs.1 b/docs/man/apxs.1 index 40e155b505..46d396d06e 100644 --- a/docs/man/apxs.1 +++ b/docs/man/apxs.1 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "APXS" 1 "2012-01-09" "Apache HTTP Server" "apxs" +.TH "APXS" 1 "2013-06-20" "Apache HTTP Server" "apxs" .SH NAME apxs \- APache eXtenSion tool @@ -139,6 +139,9 @@ This option passes \fIcompiler-flags\fR as additional flags to the libtool --mod .TP -Wl,\fIlinker-flags\fR This option passes \fIlinker-flags\fR as additional flags to the libtool --mode=link command\&. Use this to add local linker-specific options\&. +.TP +-p +This option causes apxs to link against the apr/apr-util libraries\&. This is useful when compiling helper programs that use the apr/apr-util libraries\&. .SS "DSO Installation and Configuration Options" diff --git a/docs/manual/programs/apxs.html.en b/docs/manual/programs/apxs.html.en index 2acee6a0a8..5bc7659cd9 100644 --- a/docs/manual/programs/apxs.html.en +++ b/docs/manual/programs/apxs.html.en @@ -214,6 +214,11 @@
This option passes linker-flags as additional flags to the libtool --mode=link command. Use this to add local linker-specific options.
+ +
-p
+
This option causes apxs to link against the apr/apr-util libraries. + This is useful when compiling helper programs that use the apr/apr-util + libraries.
diff --git a/docs/manual/programs/apxs.xml b/docs/manual/programs/apxs.xml index 309fccfe11..be5e0c35ee 100644 --- a/docs/manual/programs/apxs.xml +++ b/docs/manual/programs/apxs.xml @@ -210,6 +210,11 @@
This option passes linker-flags as additional flags to the libtool --mode=link command. Use this to add local linker-specific options.
+ +
-p
+
This option causes apxs to link against the apr/apr-util libraries. + This is useful when compiling helper programs that use the apr/apr-util + libraries.
-- 2.40.0