ttyload-git: use our CFLAGS.

This commit is contained in:
Juan RP 2014-11-17 16:27:00 +01:00
parent 57e255c17c
commit e8c92bc65c
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,7 @@
# Template file for 'ttyload-git' # Template file for 'ttyload-git'
pkgname=ttyload-git pkgname=ttyload-git
version=20141117 version=20141117
revision=1 revision=2
build_style=gnu-makefile
hostmakedepends="git" hostmakedepends="git"
short_desc="An ASCII colour-coded graph of load averages over time" short_desc="An ASCII colour-coded graph of load averages over time"
maintainer="Thomas Adam <thomas.adam22@gmail.com>" maintainer="Thomas Adam <thomas.adam22@gmail.com>"
@ -16,7 +15,9 @@ do_fetch() {
msg_normal "Fetching source from $url ...\n" msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version} git clone ${url} ${pkgname}-${version}
} }
do_build() {
make CC=$CC OTHER_FLAGS="$CFLAGS"
}
do_install() { do_install() {
vbin ttyload vbin ttyload
} }