]> granicus.if.org Git - apache/commitdiff
Merge r1494952 from trunk:
authorEric Covener <covener@apache.org>
Thu, 20 Jun 2013 12:31:24 +0000 (12:31 +0000)
committerEric Covener <covener@apache.org>
Thu, 20 Jun 2013 12:31:24 +0000 (12:31 +0000)
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/branches/2.4.x@1494953 13f79535-47bb-0310-9956-ffa450edef68

docs/man/apxs.1
docs/manual/programs/apxs.html.en
docs/manual/programs/apxs.xml

index 40e155b505a1f068373a3577ff06407967effb5f..46d396d06ee4d742ccc1dd3e60fb8efcc95f587b 100644 (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"
   
index 2acee6a0a8c9da77f7a4630dbd9bb023f2b3b5c6..5bc7659cd9283d7907f27ef1d5986d1271324a53 100644 (file)
       <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>
     
 
index 309fccfe1189022bcf2f1b1c281cb2b08f3dc040..be5e0c35eecda56190aeeaf377e8c603b5fbfa8a 100644 (file)
       <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>