From 0be39e0a35d2e5420e838ec50434a79e60f87158 Mon Sep 17 00:00:00 2001 From: Alexander Hill Date: Wed, 14 Jan 2026 20:15:59 -0500 Subject: [PATCH] Fixed fortune-mod --- rootbuild.sh | 3 +++ sources/fortune-mod/fortune-mod.spec | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rootbuild.sh b/rootbuild.sh index abdd047..eecd9e0 100755 --- a/rootbuild.sh +++ b/rootbuild.sh @@ -4,6 +4,9 @@ export CFLAGS="-O3 -pipe" export CXX=clang++ export CXXFLAGS=$CFLAGS +# Temporary workaround since root is the only user. ~ahill +export FORCE_UNSAFE_CONFIGURE=1 + # xz Build # NOTE: xz is needed to run "treetap package", so we manually install. ~ahill cd /maple diff --git a/sources/fortune-mod/fortune-mod.spec b/sources/fortune-mod/fortune-mod.spec index d68ed8f..246e426 100644 --- a/sources/fortune-mod/fortune-mod.spec +++ b/sources/fortune-mod/fortune-mod.spec @@ -27,7 +27,6 @@ build() { -DNO_OFFENSIVE=OFF cmake --build build-$SRC_VERSION --parallel $TT_PROCS # Finally, we add our custom fortunefile into the mix. ~ahill - cp ../maple . # NOTE: Is there a better way to do this? This probably won't survive # cross-compilation. ~ahill ./build-$SRC_VERSION/strfile maple