mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
cairo: remove RPATH
This commit is contained in:
parent
3e97799ccd
commit
8a425829d1
@ -63,6 +63,7 @@ pre_configure_target() {
|
||||
--enable-pthread \
|
||||
--enable-gobject=yes \
|
||||
--disable-full-testing \
|
||||
--disable-rpath \
|
||||
--disable-trace \
|
||||
--enable-interpreter \
|
||||
--disable-symbol-lookup \
|
||||
@ -98,3 +99,7 @@ pre_configure_target() {
|
||||
--disable-egl"
|
||||
fi
|
||||
}
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user