sbase-git: update to 20140919
This commit is contained in:
parent
69850f5cf2
commit
0524daebbe
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sbase-git'
|
# Template file for 'sbase-git'
|
||||||
pkgname=sbase-git
|
pkgname=sbase-git
|
||||||
version=20140803
|
version=20140919
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -20,7 +20,7 @@ do_fetch() {
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
LD=$CC
|
LD=$CC
|
||||||
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk
|
sed -i 's|^CPPFLAGS = -D_BSD_SOURCE|CPPFLAGS += -D_DEFAULT_SOURCE|g' config.mk
|
||||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
||||||
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue