ttyload-git: use our CFLAGS.
This commit is contained in:
parent
57e255c17c
commit
e8c92bc65c
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'ttyload-git'
|
||||
pkgname=ttyload-git
|
||||
version=20141117
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
revision=2
|
||||
hostmakedepends="git"
|
||||
short_desc="An ASCII colour-coded graph of load averages over time"
|
||||
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
|
||||
|
@ -16,7 +15,9 @@ do_fetch() {
|
|||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make CC=$CC OTHER_FLAGS="$CFLAGS"
|
||||
}
|
||||
do_install() {
|
||||
vbin ttyload
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue