diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 10:05:27 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 10:05:27 -0500 |
commit | aa7e99e130b47caebaacd24e6d9e4f89f42cd213 (patch) | |
tree | 5b599c731389e0b259b840710f8db1ffe9913181 /scripts/base/build.sh | |
parent | 79a4dcec2e34c5d58ab0661146ee9727452d672b (diff) | |
download | spm-aa7e99e130b47caebaacd24e6d9e4f89f42cd213.tar.gz |
Next chunk
Diffstat (limited to 'scripts/base/build.sh')
-rw-r--r-- | scripts/base/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/base/build.sh b/scripts/base/build.sh index 8ecae46..5435ddd 100644 --- a/scripts/base/build.sh +++ b/scripts/base/build.sh @@ -3,12 +3,11 @@ name=base version=1.0.0 revision=0 sources=() -build_depends=() depends=( # development tools #"autoconf" #"automake" - #"binutils" + "binutils" "gcc" #"m4" # file manipulation @@ -17,6 +16,7 @@ depends=( #"grep" #"sed" #"patch" + "patchelf" # archivers #"tar" # compression |