mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
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:
@ -19,7 +19,7 @@
|
|||||||
.el .ne 3
|
.el .ne 3
|
||||||
.IP "\\$1" \\$2
|
.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
|
.SH NAME
|
||||||
apxs \- APache eXtenSion tool
|
apxs \- APache eXtenSion tool
|
||||||
@ -139,6 +139,9 @@ This option passes \fIcompiler-flags\fR as additional flags to the libtool --mod
|
|||||||
.TP
|
.TP
|
||||||
-Wl,\fIlinker-flags\fR
|
-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\&.
|
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"
|
.SS "DSO Installation and Configuration Options"
|
||||||
|
|
||||||
|
@ -213,6 +213,11 @@
|
|||||||
<dd>This option passes <var>linker-flags</var> as additional
|
<dd>This option passes <var>linker-flags</var> as additional
|
||||||
flags to the <code>libtool --mode=link</code> command. Use this
|
flags to the <code>libtool --mode=link</code> command. Use this
|
||||||
to add local linker-specific options.</dd>
|
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>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
|
@ -210,6 +210,11 @@
|
|||||||
<dd>This option passes <var>linker-flags</var> as additional
|
<dd>This option passes <var>linker-flags</var> as additional
|
||||||
flags to the <code>libtool --mode=link</code> command. Use this
|
flags to the <code>libtool --mode=link</code> command. Use this
|
||||||
to add local linker-specific options.</dd>
|
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>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user