summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/installer/ChangeLog.txt4
-rwxr-xr-xsource/installer/build_installer.sh4
-rwxr-xr-xsource/l/grantlee/grantlee.SlackBuild2
3 files changed, 7 insertions, 3 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 4142dae59..30b51134f 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,7 @@
+Mon Sep 12 18:09:41 UTC 2022
+ Removed pcre, added pcre2. Needed for GNU grep.
+ Thanks to EdGr.
++--------------------------+
Tue Sep 6 18:34:42 UTC 2022
rc.pcmcia: change fgrep to grep -F.
/sbin/probe: change egrep to grep -E.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 44d613cf9..8ba9ff77d 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -974,7 +974,7 @@ l/libusb \
l/lz4 \
l/lzo \
l/parted \
-l/pcre \
+l/pcre2 \
l/popt \
l/readline \
l/zlib \
@@ -1296,7 +1296,6 @@ cp -fa${VERBOSE1} \
libmount.so* \
libnsl.so* \
libpam*.so* \
- libpcre.so* \
libpopt*.so* \
libsmartcols.so* \
libssl*so* \
@@ -1322,6 +1321,7 @@ cp -fa${VERBOSE1} \
liblz4.so* \
liblzo*.so* \
libparted*so* \
+ libpcre2-8.so* \
libreadline*.so* \
libstdc++*.so* \
libunistring*.so* \
diff --git a/source/l/grantlee/grantlee.SlackBuild b/source/l/grantlee/grantlee.SlackBuild
index 031817c7d..83899e853 100755
--- a/source/l/grantlee/grantlee.SlackBuild
+++ b/source/l/grantlee/grantlee.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=grantlee
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then