ladish: fix cross build
This commit is contained in:
parent
f60c183c25
commit
a3082f9c94
@ -1,7 +1,7 @@
|
||||
# Template file for 'ladish'
|
||||
pkgname=ladish
|
||||
version=1
|
||||
revision=8
|
||||
revision=9
|
||||
wrksrc="ladish-1+dfsg0"
|
||||
build_style=waf
|
||||
hostmakedepends="perl intltool python pkg-config"
|
||||
@ -20,7 +20,11 @@ checksum=39b09d5a4c2f2d65d37374eb8b53f35039f2229d96ea6ddef7b1ce154403383a
|
||||
CXXFLAGS=-std=c++11
|
||||
|
||||
do_configure() {
|
||||
python waf configure --prefix=/usr --enable-liblash --enable-pylash
|
||||
if [ "$CROSS_BUILD" ];then
|
||||
python waf configure --prefix=/usr --enable-liblash
|
||||
else
|
||||
python waf configure --prefix=/usr --enable-liblash --enable-pylash
|
||||
fi
|
||||
}
|
||||
|
||||
ladish-devel_package() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user