mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/yaws to 1.99-2
This commit is contained in:
parent
5d3b006bec
commit
e2a3dd5a85
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=yaws
|
||||
pkgver=1.99
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Pure Erlang HTTP web server/framework'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://yaws.hyber.org/'
|
||||
|
@ -31,7 +31,8 @@ prepare() {
|
|||
done
|
||||
# R16B1 fix
|
||||
sed -i 's/:sha(Salted)/:hash(sha, Salted)/' src/yaws_websockets.erl
|
||||
|
||||
# hostname/config fix
|
||||
sed -i 's/%host%/\*/g' scripts/yaws.conf.template
|
||||
# remove m32
|
||||
sed -i 's/\-m32//g' configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue