Opened 12 years ago
Last modified 12 years ago
#246 assigned enhancement
Don't install config files for unused modules
Reported by: | Brian Waters | Owned by: | Ruslan Ermilov |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | nginx-core | Version: | |
Keywords: | build | Cc: | |
uname -a: | FreeBSD wrench 9.1-RC3 FreeBSD 9.1-RC3 #0 r242324: Tue Oct 30 00:58:57 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 | ||
nginx -V: |
nginx version: nginx/1.3.8
built by gcc 4.2.1 20070831 patched [FreeBSD] configure arguments: --prefix=/home/brianmwaters --conf-path=/home/brianmwaters/etc/nginx/nginx.conf --error-log-path=/home/brianmwaters/var/log/nginx/error.log --pid-path=/home/brianmwaters/var/run/nginx.pid --user=brianmwaters --group=brianmwaters --without-http_ssi_module --without-http_userid_module --without-http_access_module --without-http_auth_basic_module --without-http_autoindex_module --without-http_geo_module --without-http_map_module --without-http_split_clients_module --without-http_referer_module --without-http_rewrite_module --without-http_proxy_module --without-http_fastcgi_module --without-http_uwsgi_module --without-http_scgi_module --without-http_memcached_module --without-http_limit_conn_module --without-http_limit_req_module --without-http_empty_gif_module --without-http_browser_module --without-http_upstream_ip_hash_module --without-http_upstream_least_conn_module --without-http_upstream_keepalive_module --http-log-path=/home/brianmwaters/var/log/nginx/access.log --http-client-body-temp-path=/home/brianmwaters/var/tmp/nginx/client_body_temp --without-http-cache |
Description
Hello,
This patch fixes a slightly annoying behavior whereby "make install"
causes configuration files for charset, fastcgi, uwsgi and scgi
modules to be installed, even if those modules have been excluded from
the build.
Thanks!
Brian Waters
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | configfix.patch added |
---|
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Ruslan,
could you please take a look at the suggested patch?