mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
parted: remove RPATH
This commit is contained in:
parent
f4d1416b7c
commit
d56278823a
@ -25,6 +25,10 @@ pre_configure_init() {
|
|||||||
: # reuse pre_configure_target()
|
: # reuse pre_configure_target()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_configure_init() {
|
||||||
|
: # reuse post_configure_target()
|
||||||
|
}
|
||||||
|
|
||||||
configure_init() {
|
configure_init() {
|
||||||
: # reuse configure_target()
|
: # reuse configure_target()
|
||||||
}
|
}
|
||||||
@ -42,3 +46,7 @@ makeinstall_init() {
|
|||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export CFLAGS+=" -I${PKG_BUILD}/lib"
|
export CFLAGS+=" -I${PKG_BUILD}/lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_configure_target() {
|
||||||
|
libtool_remove_rpath libtool
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user