mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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()
|
||||
}
|
||||
|
||||
post_configure_init() {
|
||||
: # reuse post_configure_target()
|
||||
}
|
||||
|
||||
configure_init() {
|
||||
: # reuse configure_target()
|
||||
}
|
||||
@ -42,3 +46,7 @@ makeinstall_init() {
|
||||
pre_configure_target() {
|
||||
export CFLAGS+=" -I${PKG_BUILD}/lib"
|
||||
}
|
||||
|
||||
post_configure_target() {
|
||||
libtool_remove_rpath libtool
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user