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