summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-03-30 23:00:12 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-03-30 23:00:12 -0400
commit0f7fc864d98d3e8a852d3a6a835ae3331fde1bad (patch)
tree24b4ac4b7a476b0bb1607476531c5ba1a5f63a7e /tar
parent39c272221a8baf3b3f2768d9de4f61abea57cf1f (diff)
downloadspm_packages-0f7fc864d98d3e8a852d3a6a835ae3331fde1bad.tar.gz
Current state
Diffstat (limited to 'tar')
-rw-r--r--tar/build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tar/build.sh b/tar/build.sh
index 90b5c34..1042850 100644
--- a/tar/build.sh
+++ b/tar/build.sh
@@ -6,8 +6,6 @@ sources=(
"http://mirror.rit.edu/gnu/${name}/${name}-${version}.tar.gz"
)
build_depends=(
- "automake"
- "autoconf"
)
depends=(
"bzip2"
@@ -24,7 +22,8 @@ function prepare() {
function build() {
export FORCE_UNSAFE_CONFIGURE=1
- ./configure --prefix=${_prefix}
+ ./configure --prefix=${_prefix} \
+ --without-selinux
make -j${_maxjobs}
}