summaryrefslogtreecommitdiffstats
path: root/source/ap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-12-05 21:00:46 +0000
committer Eric Hameleers <alien@slackware.com>2022-12-06 07:00:10 +0100
commitdf3f13247e63251d736003bd05cd91cc110ad6cf (patch)
treeea5f8f4c6bf99ad389bc3251f2efa874ba4436ee /source/ap
parent6229c1ff54f6fa5722bfb388bfed831358781bcb (diff)
downloadcurrent-df3f13247e63251d736003bd05cd91cc110ad6cf.tar.gz
current-df3f13247e63251d736003bd05cd91cc110ad6cf.tar.xz
Mon Dec 5 21:00:46 UTC 202220221205210046
a/glibc-zoneinfo-2022g-noarch-1.txz: Upgraded. This package provides the latest timezone updates. ap/texinfo-7.0.1-x86_64-2.txz: Rebuilt. Rebuilt without the --disable-perl-xs option to fix a2ps failing to build from source. The option was added during the 15.0 development cycle to fix glibc failing to build from source, but that issue has been resolved. Thanks to nobodino and marav. n/ca-certificates-20221205-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. n/dnsmasq-2.88-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-xsource/ap/texinfo/texinfo.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/ap/texinfo/texinfo.SlackBuild b/source/ap/texinfo/texinfo.SlackBuild
index 6b83f1a5b..e32c31d2e 100755
--- a/source/ap/texinfo/texinfo.SlackBuild
+++ b/source/ap/texinfo/texinfo.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=texinfo
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -86,6 +86,8 @@ find . \
# The --disable-perl-xs below prevents some perl extensions from being replaced
# by C versions which have been known to choke over UTF-8 issues:
+# NOTE (12/2022): Removed this option to get a2ps building again. Looks like
+# Arch (at least) does not include this option either.
CFLAGS="$SLKCFLAGS" \
./configure \
@@ -95,7 +97,6 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/texinfo-$VERSION \
- --disable-perl-xs \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1