fontconfig: remove RPATH

This commit is contained in:
heitbaum 2022-01-07 15:17:14 +00:00
parent 8a425829d1
commit 7696a97e84

View File

@ -17,7 +17,8 @@ PKG_CONFIGURE_OPTS_TARGET="--with-arch=${TARGET_ARCH} \
--with-default-fonts=/usr/share/fonts \
--without-add-fonts \
--disable-dependency-tracking \
--disable-docs"
--disable-docs \
--disable-rpath"
pre_configure_target() {
# ensure we dont use '-O3' optimization.
@ -27,6 +28,10 @@ pre_configure_target() {
CXXFLAGS+=" -I${PKG_BUILD}"
}
post_configure_target() {
libtool_remove_rpath libtool
}
post_makeinstall_target() {
rm -rf ${INSTALL}/usr/bin
}