mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 18:29:39 +02:00
Merge branch '365-build-systems-fix-issues-in-recipes-of-luarocks-and-7z' into 'master'
Resolve "build-systems: fix issues in recipes of luarocks and 7z" Closes #365 See merge request Pmodules/src!377 (cherry picked from commit6a79b5ff59)fdfebe1cbuild-system: bugs in recipes fixed Co-authored-by: gsell <achim.gsell@psi.ch>
This commit is contained in:
@@ -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
|
||||
|
||||
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user