projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426e90e
)
depend.apache.eclass: Let APXS point to the new location of the binary.
author
Lars Wendler
<polynomial-c@gentoo.org>
Wed, 21 Dec 2016 08:56:49 +0000
(09:56 +0100)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Wed, 21 Dec 2016 08:58:01 +0000
(09:58 +0100)
eclass/depend.apache.eclass
patch
|
blob
|
history
diff --git
a/eclass/depend.apache.eclass
b/eclass/depend.apache.eclass
index ba08318c9db1bdbac1c9e675396fa22828506c78..3840a375e7c7072bef5192ed7b8e1f22bb09c0ee 100644
(file)
--- a/
eclass/depend.apache.eclass
+++ b/
eclass/depend.apache.eclass
@@
-133,7
+133,7
@@
_init_apache2() {
# WARNING: Do not use these variables with anything that is put
# into the dependency cache (DEPEND/RDEPEND/etc)
APACHE_VERSION="2"
- APXS="/usr/
sbin/apxs2
"
+ APXS="/usr/
bin/apxs
"
APACHE_BIN="/usr/sbin/apache2"
APACHE_CTL="/usr/sbin/apache2ctl"
APACHE_INCLUDEDIR="/usr/include/apache2"