quark-git: update to 20140803
This commit is contained in:
parent
dbc88d069b
commit
23c940fb56
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'quark-git'
|
||||
pkgname=quark-git
|
||||
version=20140707
|
||||
version=20140803
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
|
@ -20,6 +20,9 @@ do_fetch() {
|
|||
pre_build() {
|
||||
sed -i 's| -I/usr/include||g' config.mk
|
||||
sed -i 's| -L/usr/lib||g' config.mk
|
||||
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk
|
||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
||||
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
||||
sed -i 's|@strip|@${STRIP}|g' Makefile
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user