mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
Lugaru: rpath disable
This commit is contained in:
@@ -10,7 +10,7 @@ HOMEPAGE="https://osslugaru.gitlab.io/"
|
||||
COPYRIGHT="2017 OSS Lugaru Team"
|
||||
LICENSE="GNU GPL v2
|
||||
CC-BY-SA-3.0"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="https://gitlab.com/osslugaru/lugaru/-/archive/$portVersion/lugaru-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="b165ff8948f634fc788dc29b9269746340a290fc2101d843e270190a49c2ef00"
|
||||
SOURCE_DIR="lugaru-$portVersion"
|
||||
@@ -59,8 +59,10 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=$appsDir/Lugaru
|
||||
cmake -Bbuild -S. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=$appsDir/Lugaru \
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user