ladish: fix build
This commit is contained in:
parent
403fb52820
commit
0f11743fef
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ladish'
|
||||
pkgname=ladish
|
||||
version=1
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="ladish-1+dfsg0"
|
||||
build_style=waf
|
||||
hostmakedepends="perl intltool python pkg-config"
|
||||
|
@ -17,6 +17,8 @@ homepage="http://ladish.org"
|
|||
distfiles="http://ftp.de.debian.org/debian/pool/main/l/ladish/ladish_1+dfsg0.orig.tar.bz2"
|
||||
checksum=39b09d5a4c2f2d65d37374eb8b53f35039f2229d96ea6ddef7b1ce154403383a
|
||||
|
||||
CXXFLAGS=-std=c++11
|
||||
|
||||
do_configure() {
|
||||
python waf configure --prefix=/usr --enable-liblash --enable-pylash
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue