Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510040
Collapse All | Expand All

(-)a/nginx-1.4.7-r1.ebuild (-2 / +2 lines)
Lines 127-133 Link Here
127
HTTP_PUSH_STREAM_MODULE_URI="https://github.com/wandenberg/nginx-push-stream-module/archive/${HTTP_PUSH_STREAM_MODULE_PV}.tar.gz"
127
HTTP_PUSH_STREAM_MODULE_URI="https://github.com/wandenberg/nginx-push-stream-module/archive/${HTTP_PUSH_STREAM_MODULE_PV}.tar.gz"
128
HTTP_PUSH_STREAM_MODULE_WD="${WORKDIR}/nginx-push-stream-module-${HTTP_PUSH_STREAM_MODULE_PV}"
128
HTTP_PUSH_STREAM_MODULE_WD="${WORKDIR}/nginx-push-stream-module-${HTTP_PUSH_STREAM_MODULE_PV}"
129
129
130
inherit eutils ssl-cert toolchain-funcs perl-module flag-o-matic user systemd versionator
130
inherit eutils ssl-cert toolchain-funcs perl-module flag-o-matic multilib user systemd versionator
131
131
132
DESCRIPTION="Robust, small and high performance http and reverse proxy server"
132
DESCRIPTION="Robust, small and high performance http and reverse proxy server"
133
HOMEPAGE="http://nginx.org"
133
HOMEPAGE="http://nginx.org"
Lines 468-474 Link Here
468
		--pid-path="${EPREFIX}"/run/${PN}.pid \
468
		--pid-path="${EPREFIX}"/run/${PN}.pid \
469
		--lock-path="${EPREFIX}"/run/lock/${PN}.lock \
469
		--lock-path="${EPREFIX}"/run/lock/${PN}.lock \
470
		--with-cc-opt="-I${EROOT}usr/include" \
470
		--with-cc-opt="-I${EROOT}usr/include" \
471
		--with-ld-opt="-L${EROOT}usr/lib" \
471
		--with-ld-opt="-L${EROOT}usr/$(get_libdir)" \
472
		--http-log-path="${EPREFIX}"/var/log/${PN}/access_log \
472
		--http-log-path="${EPREFIX}"/var/log/${PN}/access_log \
473
		--http-client-body-temp-path="${EPREFIX}/${NGINX_HOME_TMP}"/client \
473
		--http-client-body-temp-path="${EPREFIX}/${NGINX_HOME_TMP}"/client \
474
		--http-proxy-temp-path="${EPREFIX}/${NGINX_HOME_TMP}"/proxy \
474
		--http-proxy-temp-path="${EPREFIX}/${NGINX_HOME_TMP}"/proxy \

Return to bug 510040