Now 0.8 passes and 0.10 has one 1 failure.
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
eautoreconf
}
+
+src_test() {
+ emake check \
+ CFLAGS+=" -no-pie" \
+ CXXFLAGS+=" -no-pie"
+}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
}
src_test() {
- autotools-utils_src_test -j1
+ autotools-utils_src_test -j1 \
+ CFLAGS+=" -no-pie" \
+ CXXFLAGS+=" -no-pie"
}