libXfont2: remove RPATH

This commit is contained in:
heitbaum 2022-01-13 07:57:05 +00:00
parent be5c73df56
commit 82774540fc

View File

@ -20,3 +20,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-ipv6 \
--enable-fc \
--with-gnu-ld \
--without-xmlto"
post_configure_target() {
libtool_remove_rpath libtool
}