Integrated Treetap into Maple Linux #1
@ -4,6 +4,9 @@ export CFLAGS="-O3 -pipe"
|
|||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
export CXXFLAGS=$CFLAGS
|
export CXXFLAGS=$CFLAGS
|
||||||
|
|
||||||
|
# Temporary workaround since root is the only user. ~ahill
|
||||||
|
export FORCE_UNSAFE_CONFIGURE=1
|
||||||
|
|
||||||
# xz Build
|
# xz Build
|
||||||
# NOTE: xz is needed to run "treetap package", so we manually install. ~ahill
|
# NOTE: xz is needed to run "treetap package", so we manually install. ~ahill
|
||||||
cd /maple
|
cd /maple
|
||||||
|
|||||||
@ -27,7 +27,6 @@ build() {
|
|||||||
-DNO_OFFENSIVE=OFF
|
-DNO_OFFENSIVE=OFF
|
||||||
cmake --build build-$SRC_VERSION --parallel $TT_PROCS
|
cmake --build build-$SRC_VERSION --parallel $TT_PROCS
|
||||||
# Finally, we add our custom fortunefile into the mix. ~ahill
|
# 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
|
# NOTE: Is there a better way to do this? This probably won't survive
|
||||||
# cross-compilation. ~ahill
|
# cross-compilation. ~ahill
|
||||||
./build-$SRC_VERSION/strfile maple
|
./build-$SRC_VERSION/strfile maple
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user