diff options
-rw-r--r-- | community/lash/PKGBUILD | 2 |
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 } |