Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4705 - trunk/auto/lib/google-perftools

Anonymous User
June 26, 2012 04:16AM
Author: ru
Date: 2012-06-26 08:15:40 +0000 (Tue, 26 Jun 2012)
New Revision: 4705
URL: http://trac.nginx.org/nginx/changeset/4705/nginx

Log:
Added MacPorts support.


Modified:
trunk/auto/lib/google-perftools/conf

Modified: trunk/auto/lib/google-perftools/conf
===================================================================
--- trunk/auto/lib/google-perftools/conf 2012-06-25 18:09:38 UTC (rev 4704)
+++ trunk/auto/lib/google-perftools/conf 2012-06-26 08:15:40 UTC (rev 4705)
@@ -29,6 +29,22 @@
fi


+if [ $ngx_found = no ]; then
+
+ # MacPorts
+
+ ngx_feature="Google perftools in /opt/local/"
+
+ if [ $NGX_RPATH = YES ]; then
+ ngx_feature_libs="-R/opt/local/lib -L/opt/local/lib -lprofiler"
+ else
+ ngx_feature_libs="-L/opt/local/lib -lprofiler"
+ fi
+
+ . auto/feature
+fi
+
+
if [ $ngx_found = yes ]; then
CORE_LIBS="$CORE_LIBS $ngx_feature_libs"


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r4705 - trunk/auto/lib/google-perftools

Anonymous User 1014 June 26, 2012 04:16AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 164
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready