[csw-devel] SF.net SVN: gar:[7603] csw/mgar/pkg/nginx/trunk/Makefile

aigoshin at users.sourceforge.net aigoshin at users.sourceforge.net
Sat Dec 12 14:01:27 CET 2009


Revision: 7603
          http://gar.svn.sourceforge.net/gar/?rev=7603&view=rev
Author:   aigoshin
Date:     2009-12-12 13:01:27 +0000 (Sat, 12 Dec 2009)

Log Message:
-----------
nginx: milestone 4.3, depend problem

Modified Paths:
--------------
    csw/mgar/pkg/nginx/trunk/Makefile

Modified: csw/mgar/pkg/nginx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nginx/trunk/Makefile	2009-12-12 12:45:39 UTC (rev 7602)
+++ csw/mgar/pkg/nginx/trunk/Makefile	2009-12-12 13:01:27 UTC (rev 7603)
@@ -38,11 +38,11 @@
 CONFIGURE_ARGS += --with-cpu-opt=$(NGINXCPU)
 CONFIGURE_ARGS += --with-cc-opt="-I$(includedir) -I$(includedir)/openssl"
 CONFIGURE_ARGS += --with-ld-opt="$(LDFLAGS)"
+CONFIGURE_ARGS += --lock-path=/var/run/nginx/nginx.lock
+CONFIGURE_ARGS += --pid-path=/var/run/nginx/nginx.pid
 CONFIGURE_ARGS += --conf-path=$(sysconfdir)/nginx/nginx.conf
 CONFIGURE_ARGS += --sbin-path=$(sbindir)/nginx
 CONFIGURE_ARGS += --prefix=$(localstatedir)/nginx
-CONFIGURE_ARGS += --lock-path=$(localstatedir)/nginx/nginx.lock
-CONFIGURE_ARGS += --pid-path=$(localstatedir)/nginx/nginx.pid
 CONFIGURE_ARGS += --http-client-body-temp-path=$(localstatedir)/nginx/client
 CONFIGURE_ARGS += --http-fastcgi-temp-path=$(localstatedir)/nginx/fastcgi
 CONFIGURE_ARGS += --http-proxy-temp-path=$(localstatedir)/nginx/proxy


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list