libxss: remove RPATH

This commit is contained in:
heitbaum 2022-01-12 14:06:47 +00:00
parent 3858babb82
commit c59dd96ba8

View File

@ -12,3 +12,7 @@ PKG_LONGDESC="X11 Screen Saver extension library."
PKG_BUILD_FLAGS="+pic -sysroot"
PKG_CONFIGURE_OPTS_TARGET="--enable-malloc0returnsnull"
post_configure_target() {
libtool_remove_rpath libtool
}