summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-19 09:58:10 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-19 09:58:10 -0500
commit1ba128480b3fa4cdf848faed2b5f6d21df8b949d (patch)
tree38f30ec7311a725c6a4822e740c49aff7f3febda /m4
parent5bbdc51df0dea2b2238036f6af51220b411f097e (diff)
downloadspm_packages-1ba128480b3fa4cdf848faed2b5f6d21df8b949d.tar.gz
Add missing libsigsegv
Diffstat (limited to 'm4')
-rw-r--r--m4/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/build.sh b/m4/build.sh
index 6b5992c..84ca45b 100644
--- a/m4/build.sh
+++ b/m4/build.sh
@@ -7,9 +7,11 @@ sources=(
)
build_depends=(
"xz"
+ "libsigsegv"
)
depends=(
"patch"
+ "libsigsegv"
)
function prepare() {