mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/yaws fix
This commit is contained in:
parent
b5940d595d
commit
8de30db83c
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
# Maintainer: Vesa Kaihlavirta
|
||||
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.com>
|
||||
# - remove -m32 command from configure
|
||||
|
||||
pkgname=yaws
|
||||
pkgver=1.95
|
||||
pkgrel=1
|
||||
|
@ -19,6 +22,7 @@ sha256sums=('e4efae836561f5e8a1324a5c9ab63fb82468e9dc93dc95cb4cb6248ab6b95406')
|
|||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
sed -i 's/\-m32//g' configure
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
for file in www/cgi.yaws www/cgi-bin/foo.py; do
|
||||
# python2 fix
|
||||
|
|
Loading…
Reference in a new issue