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/patchelf | |
parent | 79a4dcec2e34c5d58ab0661146ee9727452d672b (diff) | |
download | spm-aa7e99e130b47caebaacd24e6d9e4f89f42cd213.tar.gz |
Next chunk
Diffstat (limited to 'scripts/patchelf')
-rw-r--r-- | scripts/patchelf/build.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/patchelf/build.sh b/scripts/patchelf/build.sh index fb51cfc..694ae09 100644 --- a/scripts/patchelf/build.sh +++ b/scripts/patchelf/build.sh @@ -1,11 +1,14 @@ #!/bin/bash +disable_base=1 name=patchelf version=0.10 revision=0 sources=("https://github.com/NixOS/${name}/archive/${version}.tar.gz") build_depends=( - "automake" "autoconf" + "automake" + "gcc" + "binutils" ) depends=() |