From 3d78c697bec82866c6871b610d15fb9d1f82440f Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Thu, 28 Jun 2012 22:04:22 +0200 Subject: Fix lash build. --- community/lash/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/lash') 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 } -- cgit v1.2.3-54-g00ecf