ubase-git: update to 20140820
This commit is contained in:
parent
a0d6105271
commit
ece5b95979
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ubase-git'
|
||||
pkgname=ubase-git
|
||||
version=20140707
|
||||
version=20140820
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
|
@ -21,6 +21,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 a new issue