diff options
author | Christian Heim <phreak@gentoo.org> | 2007-05-24 20:14:16 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-05-24 20:14:16 +0000 |
commit | 8b46343080b7c6db07d936ddd2ffdbcdfb7902c7 (patch) | |
tree | 2e58dea6d5045655824c4f991d6e60a69707fa9f /www-apache/mod_fcgid/ChangeLog | |
parent | Stable on ppc; bug #178510. (diff) | |
download | gentoo-2-8b46343080b7c6db07d936ddd2ffdbcdfb7902c7.tar.gz gentoo-2-8b46343080b7c6db07d936ddd2ffdbcdfb7902c7.tar.bz2 gentoo-2-8b46343080b7c6db07d936ddd2ffdbcdfb7902c7.zip |
Fix the Makefile to use the proper location for our builddir (/usr/local/apache2 vs. /usr/$(get_libdir)/apache2), thanks to Samir M. Nassar <bugzilla at steamedpenguin.com> in #179597.
(Portage version: 2.1.2.7)
Diffstat (limited to 'www-apache/mod_fcgid/ChangeLog')
-rw-r--r-- | www-apache/mod_fcgid/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www-apache/mod_fcgid/ChangeLog b/www-apache/mod_fcgid/ChangeLog index 84708f9a7ab5..7e6252a7f97f 100644 --- a/www-apache/mod_fcgid/ChangeLog +++ b/www-apache/mod_fcgid/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apache/mod_fcgid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.28 2007/05/23 20:12:11 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/ChangeLog,v 1.29 2007/05/24 20:14:16 phreak Exp $ + + 24 May 2007; Christian Heim <phreak@gentoo.org> mod_fcgid-2.1-r1.ebuild: + Fix the Makefile to use the proper location for our builddir + (/usr/local/apache2 vs. /usr/$(get_libdir)/apache2), thanks to Samir M. + Nassar <bugzilla at steamedpenguin.com> in #179597. *mod_fcgid-2.1-r1 (23 May 2007) |