Document apxs -p paramter.

Submitted by: Jan Kaluža <jkaluza@redhat.com>
Reviewed by: covener



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1494952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2013-06-20 12:30:20 +00:00
parent 0632971eac
commit d157706fa4
3 changed files with 14 additions and 1 deletions

View File

@ -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"

View File

@ -213,6 +213,11 @@
<dd>This option passes <var>linker-flags</var> as additional
flags to the <code>libtool --mode=link</code> command. Use this
to add local linker-specific options.</dd>
<dt><code>-p</code></dt>
<dd>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.</dd>
</dl>

View File

@ -210,6 +210,11 @@
<dd>This option passes <var>linker-flags</var> as additional
flags to the <code>libtool --mode=link</code> command. Use this
to add local linker-specific options.</dd>
<dt><code>-p</code></dt>
<dd>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.</dd>
</dl>
</section>