sic-git: use our *FLAGS
This commit is contained in:
parent
1f01c2504d
commit
b997f8d930
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sic-git'
|
||||
pkgname=sic-git
|
||||
version=20140531
|
||||
version=20140803
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
|
@ -18,6 +18,12 @@ do_fetch() {
|
|||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk
|
||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
||||
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/sic
|
||||
vinstall README 644 usr/share/doc/sic
|
||||
|
|
Loading…
Reference in New Issue
Block a user