sbase-git: update to 20140803
This commit is contained in:
parent
26fadda21d
commit
1f01c2504d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbase-git'
|
||||
pkgname=sbase-git
|
||||
version=20140707
|
||||
version=20140803
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
|
@ -20,6 +20,9 @@ do_fetch() {
|
|||
|
||||
pre_build() {
|
||||
LD=$CC
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user