summaryrefslogtreecommitdiff
path: root/sources/libressl/libressl.spec
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-11-22 20:35:27 -0500
committerAlexander Hill <ahill@breadpudding.dev>2025-11-22 20:35:27 -0500
commitbca382ed7149fac158403a5fb4e64c79f7e5cc6e (patch)
tree3e1f30bd1632c97d7aaa23e8b1701da8a68d6d15 /sources/libressl/libressl.spec
parent320a2dbb2eba45ea57681c8cfb3d5dc245748c45 (diff)
Updated treetap, fixed the bootstrap, and replaced ld.lld with mold
Diffstat (limited to 'sources/libressl/libressl.spec')
-rw-r--r--sources/libressl/libressl.spec16
1 files changed, 1 insertions, 15 deletions
diff --git a/sources/libressl/libressl.spec b/sources/libressl/libressl.spec
index 790ce1b..744eaaf 100644
--- a/sources/libressl/libressl.spec
+++ b/sources/libressl/libressl.spec
@@ -9,21 +9,7 @@ build() {
cd libressl-*/
# TODO: What even is sharedstatedir and what should Maple Linux do with it?
# ~ahill
- ./configure \
- --bindir=$TT_BINDIR \
- --build=$TT_BUILD \
- --datarootdir=/usr/share \
- --disable-static \
- --host=$TT_TARGET \
- --includedir=$TT_INCLUDEDIR \
- --libdir=$TT_LIBDIR \
- --libexecdir=$TT_LIBDIR \
- --localstatedir=/var \
- --prefix=$TT_PREFIX \
- --runstatedir=/run \
- --sbindir=$TT_BINDIR \
- --sysconfdir=$TT_CONFDIR \
- --with-sysroot=$TT_SYSROOT
+ ./configure $TT_AUTOCONF_COMMON --disable-static
make -j $TT_PROCS
}