We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba40ff commit 75cda1fCopy full SHA for 75cda1f
1 file changed
srcpkgs/texinfo/template
@@ -3,7 +3,7 @@ pkgname=texinfo
3
version=6.7
4
revision=1
5
build_style=gnu-configure
6
-configure_args="--disable-static"
+configure_args="--disable-static --disable-perl-xs"
7
hostmakedepends="perl ncurses-devel"
8
makedepends="ncurses-devel"
9
depends="gzip perl"
@@ -15,6 +15,11 @@ homepage="http://www.gnu.org/software/texinfo/"
15
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
16
checksum=988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa
17
18
+if [ -z "$CROSS_BUILD" ]; then
19
+ # XXX fails with cross compilation
20
+ configure_args+=" --enable-perl-xs"
21
+fi
22
+
23
post_install() {
24
rm -f ${DESTDIR}/usr/share/info/dir
25
# Compress manually info files.
0 commit comments