boblightd: remove RPATH

This commit is contained in:
Rudi Heitbaum 2023-12-03 04:02:38 +00:00
parent c96e860c3c
commit 9e74e378c9

View File

@ -37,6 +37,10 @@ fi
PKG_CONFIGURE_OPTS_TARGET="${EXTRAOPTS} --without-portaudio"
post_configure_target() {
libtool_remove_rpath libtool
}
makeinstall_target() {
: # nothing to do here
}