summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}