summaryrefslogtreecommitdiff
path: root/community/lash
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-28 22:04:22 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-28 22:04:22 +0200
commit3d78c697bec82866c6871b610d15fb9d1f82440f (patch)
treece699b115e82d4d56c6d9d4e28698784ddc122d3 /community/lash
parentd0c301a4a8fb607a6847fdcb6e39e6f2bfcce059 (diff)
Fix lash build.
Diffstat (limited to 'community/lash')
-rw-r--r--community/lash/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lash/PKGBUILD b/community/lash/PKGBUILD
index 162c39e46..5e9c66475 100644
--- a/community/lash/PKGBUILD
+++ b/community/lash/PKGBUILD
@@ -26,7 +26,7 @@ build() {
export PYTHON="python2"
sed -i "s#env python#&2#" clients/lash_control
- ./configure --prefix=/usr
+ ./configure --prefix=/usr LIBS=-lm
make
}