You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/05/23 12:00:26 UTC

svn commit: r1681306 - /tomcat/native/trunk/native/tcnative.pc.in

Author: rjung
Date: Sat May 23 10:00:26 2015
New Revision: 1681306

URL: http://svn.apache.org/r1681306
Log:
Fix wrong version variable for APR.

Modified:
    tomcat/native/trunk/native/tcnative.pc.in

Modified: tomcat/native/trunk/native/tcnative.pc.in
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/tcnative.pc.in?rev=1681306&r1=1681305&r2=1681306&view=diff
==============================================================================
--- tomcat/native/trunk/native/tcnative.pc.in (original)
+++ tomcat/native/trunk/native/tcnative.pc.in Sat May 23 10:00:26 2015
@@ -25,6 +25,6 @@ Name: Tomcat native Java
 Description: Companion Native Java library
 Version: @TCNATIVE_DOTTED_VERSION@
 # assume that tcnative requires libapr of same major version
-Requires: apr-@TCNATIVE_MAJOR_VERSION@
+Requires: apr-1
 Libs: -L${libdir} -l@TCNATIVE_LIBNAME@ @TCNATIVE_EXPORT_LIBS@
 Cflags: -I${includedir}



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org