diff options
author | 2015-01-13 19:43:24 -0400 | |
---|---|---|
committer | 2015-01-13 19:43:24 -0400 | |
commit | 8fb350f13459c4f1822a55766c15344c0d05c23d (patch) | |
tree | eab57d8a2e19782e7214335b0728a34714e771db | |
parent | sci-misc/kaldi: Live ebuild don't has keywords (diff) | |
download | sci-8fb350f13459c4f1822a55766c15344c0d05c23d.tar.gz sci-8fb350f13459c4f1822a55766c15344c0d05c23d.tar.bz2 sci-8fb350f13459c4f1822a55766c15344c0d05c23d.zip |
sci-misc/kaldi: Comment about special case with upstream configure script
Package-Manager: portage-2.2.15
-rw-r--r-- | sci-misc/kaldi/kaldi-0_p20150101.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-misc/kaldi/kaldi-0_p20150101.ebuild b/sci-misc/kaldi/kaldi-0_p20150101.ebuild index 78a5ab84e..9ef57039e 100644 --- a/sci-misc/kaldi/kaldi-0_p20150101.ebuild +++ b/sci-misc/kaldi/kaldi-0_p20150101.ebuild @@ -30,6 +30,8 @@ src_prepare() { } src_configure() { + # Upstream's configure script is "hand-generated" and not autotools compatible, + # for this reason econf can not be used ./configure \ --shared \ --fst-root="${EPREFIX}/usr" \ |