aboutsummaryrefslogtreecommitdiff
path: root/scripts/pcre
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-18 10:05:27 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-18 10:05:27 -0500
commitaa7e99e130b47caebaacd24e6d9e4f89f42cd213 (patch)
tree5b599c731389e0b259b840710f8db1ffe9913181 /scripts/pcre
parent79a4dcec2e34c5d58ab0661146ee9727452d672b (diff)
downloadspm-aa7e99e130b47caebaacd24e6d9e4f89f42cd213.tar.gz
Next chunk
Diffstat (limited to 'scripts/pcre')
-rw-r--r--scripts/pcre/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/pcre/build.sh b/scripts/pcre/build.sh
index e9364f2..7df7eb9 100644
--- a/scripts/pcre/build.sh
+++ b/scripts/pcre/build.sh
@@ -8,6 +8,8 @@ sources=(
build_depends=(
"automake"
"autoconf"
+ "readline"
+ "zlib"
)
depends=(
"bzip2"