mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libusb-compat: remove RPATH
This commit is contained in:
parent
a51f500384
commit
9fe317363d
@ -10,7 +10,13 @@ PKG_URL="https://github.com/libusb/libusb-compat-0.1/releases/download/v${PKG_VE
|
|||||||
PKG_DEPENDS_TARGET="toolchain libusb"
|
PKG_DEPENDS_TARGET="toolchain libusb"
|
||||||
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices."
|
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-log --disable-debug-log --disable-examples-build"
|
PKG_CONFIGURE_OPTS_TARGET="--disable-log \
|
||||||
|
--disable-debug-log \
|
||||||
|
--disable-examples-build"
|
||||||
|
|
||||||
|
post_configure_target() {
|
||||||
|
libtool_remove_rpath libtool
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf ${INSTALL}/usr/bin
|
rm -rf ${INSTALL}/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user