mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
inotify-tools: remove RPATH
This commit is contained in:
parent
cf339b5a3b
commit
e2679a5b0a
@ -17,3 +17,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-doxygen"
|
|||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
CXXFLAGS+=" -Wno-error=unused-parameter"
|
CXXFLAGS+=" -Wno-error=unused-parameter"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_configure_target() {
|
||||||
|
libtool_remove_rpath libtool
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user