chroot-gawk: explicitly disable libsigsegv.

This commit is contained in:
Juan RP 2013-02-02 17:53:09 +01:00
parent 1364c87c85
commit b6345ca1d3

View file

@ -1,20 +1,16 @@
# Template file for 'chroot-gawk' # Template file for 'chroot-gawk'
pkgname=chroot-gawk pkgname=chroot-gawk
version=4.0.0 version=4.0.0
revision=2
wrksrc="gawk-${version}" wrksrc="gawk-${version}"
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-nls --without-readline" configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
revision=1
short_desc="The GNU awk utility -- for xbps-src use" short_desc="The GNU awk utility -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"
homepage="http://www.gnu.org/directory/GNU/gawk.html"
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.gz"
checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5 checksum=c3a7cf7d976e05c6a1d8a9b3f14fa55d4304707408ddafb1396212653ea00be5
long_desc="
The GNU AWK utility, a pattern scanning and processing tool.
This package is only meant to be used by xbps-src, don't install it manually."
bootstrap=yes bootstrap=yes
conflicts="gawk>=0" conflicts="gawk>=0"