diff --git a/srcpkgs/ttyload-git/template b/srcpkgs/ttyload-git/template index 941243be488..978015726bc 100644 --- a/srcpkgs/ttyload-git/template +++ b/srcpkgs/ttyload-git/template @@ -1,7 +1,7 @@ # Template file for 'ttyload-git' pkgname=ttyload-git version=20141117 -revision=2 +revision=3 hostmakedepends="git" short_desc="An ASCII colour-coded graph of load averages over time" maintainer="Thomas Adam " @@ -15,9 +15,15 @@ do_fetch() { msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} } + +pre_build() { + echo "echo '$LDFLAGS'" > ./ldflags +} + do_build() { make CC=$CC OTHER_FLAGS="$CFLAGS" } + do_install() { vbin ttyload }