mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fontconfig: remove RPATH
This commit is contained in:
parent
8a425829d1
commit
7696a97e84
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user