mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
trunk-recorder: make it work
This commit is contained in:
parent
0c2b63b04c
commit
c77dad03fa
1 changed files with 5 additions and 4 deletions
|
|
@ -34,11 +34,12 @@ RDEPEND="${DEPEND}"
|
|||
BDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
sed -i -e '/set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}\/lib\/trunk-recorder")/d' \
|
||||
-e '/set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)/d' \
|
||||
CMakeLists.txt
|
||||
#sed -i -e '/set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}\/lib\/trunk-recorder")/d' \
|
||||
# -e '/set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)/d' \
|
||||
# CMakeLists.txt
|
||||
cmake-utils_src_configure
|
||||
sed -i "s#-Wl,-rpath,${BUILD_DIR}: ##" "${BUILD_DIR}"/build.ninja || die
|
||||
#this fails without this, probably because it installs the libs in the wrong directory
|
||||
#sed -i "s#-Wl,-rpath,${BUILD_DIR}: ##" "${BUILD_DIR}"/build.ninja || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue