diff --git a/packages/devel/libplist/package.mk b/packages/devel/libplist/package.mk index 9d501fa8c6..360bbf769f 100644 --- a/packages/devel/libplist/package.mk +++ b/packages/devel/libplist/package.mk @@ -18,6 +18,10 @@ pre_configure_target() { export CONFIG_SHELL="/bin/bash" } +post_configure_target() { + libtool_remove_rpath libtool +} + post_makeinstall_target() { rm -rf ${INSTALL}/usr/bin }