inotify-tools: remove RPATH

This commit is contained in:
Rudi Heitbaum 2023-12-03 04:20:30 +00:00
parent cf339b5a3b
commit e2679a5b0a

View File

@ -17,3 +17,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --disable-doxygen"
pre_configure_target() {
CXXFLAGS+=" -Wno-error=unused-parameter"
}
post_configure_target() {
libtool_remove_rpath libtool
}