diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-01-15 22:48:44 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-01-15 22:48:44 +0000 |
commit | 90d669edf7106049a8f0fbe4d07e1675676472ca (patch) | |
tree | e8447e735aa11051cb1f79d4974e9ec25001b6bc /www-servers | |
parent | version bump (bug #498208, thx to Vikraman) (diff) | |
download | gentoo-2-90d669edf7106049a8f0fbe4d07e1675676472ca.tar.gz gentoo-2-90d669edf7106049a8f0fbe4d07e1675676472ca.tar.bz2 gentoo-2-90d669edf7106049a8f0fbe4d07e1675676472ca.zip |
proxy_scgi should behind IfDefine PROXY as well, otherwise you get undefined symbol: ap_proxy_canonenc.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/ChangeLog | 8 | ||||
-rw-r--r-- | www-servers/apache/apache-2.4.7.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog index f853ca33dd8d..788b4b0843ab 100644 --- a/www-servers/apache/ChangeLog +++ b/www-servers/apache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/apache -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.252 2013/11/26 08:27:56 polynomial-c Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.253 2014/01/15 22:48:44 robbat2 Exp $ + + 15 Jan 2014; Robin H. Johnson <robbat2@gentoo.org> apache-2.4.7.ebuild: + proxy_scgi should behind IfDefine PROXY as well, otherwise you get undefined + symbol: ap_proxy_canonenc. 26 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> apache-2.4.7.ebuild, metadata.xml: diff --git a/www-servers/apache/apache-2.4.7.ebuild b/www-servers/apache/apache-2.4.7.ebuild index 3f4a421a7f82..00e4826d526e 100644 --- a/www-servers/apache/apache-2.4.7.ebuild +++ b/www-servers/apache/apache-2.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.7.ebuild,v 1.2 2013/11/26 08:27:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.7.ebuild,v 1.3 2014/01/15 22:48:44 robbat2 Exp $ EAPI=5 @@ -93,6 +93,7 @@ MODULE_DEFINES=" proxy_ftp:PROXY proxy_http:PROXY proxy_fcgi:PROXY + proxy_scgi:PROXY socache_shmcb:SSL ssl:SSL status:STATUS |