wok-next rev 5354
Fixed: apache by adding sed to build depends. libtool uses /usr/bin/sed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 28 16:36:12 2010 +0000 (2010-04-28) |
parents | 30f0edfdd2e4 |
children | f25fcc6bbde8 |
files | apache/receipt |
line diff
1.1 --- a/apache/receipt Wed Apr 28 16:29:16 2010 +0000 1.2 +++ b/apache/receipt Wed Apr 28 16:36:12 2010 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="http://www.apache.org/" 1.5 WGET_URL="${WEB_SITE}dist/$SOURCE/$TARBALL" 1.6 DEPENDS="apr-util apr openssl util-linux-ng-uuid expat zlib" 1.7 -BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev" 1.8 +BUILD_DEPENDS="apr-util-dev apr-dev openssl-dev sed" 1.9 CONFIG_FILES="/etc/apache /var/www /etc/ssl/apache" 1.10 PROVIDE="lighttpd" 1.11 TAGS="webserver http server"