Try to remove RPATH

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-12-13 15:19:11 +02:00
parent 0e257ebd1e
commit ba6d5b9ec7
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: groonga
Version: 13.0.9
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: An Embeddable Fulltext Search Engine
License: LGPL-2.1-only
@ -159,6 +159,9 @@ This package contains the tools for Groonga.
-DGRN_WITH_DOC=ON \
-DGRN_WITH_EXAMPLES=ON \
-DGRN_WITH_TOOLS=ON \
-DCMAKE_SKIP_INSTALL_RPATH=TRUE \
-DCMAKE_SKIP_BUILD_RPATH=TRUE \
-DCMAKE_SKIP_RPATH=TRUE \
-DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}
%cmake_build