From fdfebe1c13ef9edc7b1239ecaddfaadee4fd0ee7 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 25 Sep 2024 09:32:28 +0200 Subject: [PATCH] build-system: bugs in recipes fixed --- recipes/043-luarocks | 2 +- recipes/120-7z | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/043-luarocks b/recipes/043-luarocks index 5820056..1f2e766 100755 --- a/recipes/043-luarocks +++ b/recipes/043-luarocks @@ -15,7 +15,7 @@ LUA_PREFIX="${PREFIX}/libexec/lua" PATH="${LUA_PREFIX}/bin:$PATH" "${SRC_DIR}"/configure \ --prefix="${LUA_PREFIX}" \ - + --with-lua="${LUA_PREFIX}" #--- # compile & install diff --git a/recipes/120-7z b/recipes/120-7z index 3c855ab..a988082 100755 --- a/recipes/120-7z +++ b/recipes/120-7z @@ -18,8 +18,9 @@ cd 'CPP/7zip/Bundles/Alone2' #--- # compile & install -make -j -f ../../cmpl_gcc.mak -cp b/g/7zz "${PREFIX}/${UTILBIN_DIR}/sevenz" +#make -j -f ../../cmpl_gcc.mak +make -j 5 -f makefile.gcc +cp _o/7zz "${PREFIX}/${UTILBIN_DIR}/sevenz" #--- # post-install