proftpd: remove RPATH

This commit is contained in:
Rudi Heitbaum 2023-12-03 04:08:23 +00:00
parent e2679a5b0a
commit c96e860c3c

View File

@ -44,6 +44,10 @@ pre_configure_target() {
rm -rf .${TARGET_NAME}
}
post_configure_target() {
libtool_remove_rpath libtool
}
addon() {
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
cp ${PKG_INSTALL}/usr/sbin/proftpd ${ADDON_BUILD}/${PKG_ADDON_ID}/bin