mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
vdr: fix libiconv location
This commit is contained in:
parent
2a2621811a
commit
b3fc668650
@ -38,7 +38,7 @@ post_unpack() {
|
||||
}
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS=$(echo $LDFLAGS | sed -e "s|-Wl,--as-needed||")
|
||||
export LDFLAGS="$(echo $LDFLAGS | sed -e "s|-Wl,--as-needed||") -L$SYSROOT_PREFIX/usr/lib/iconv"
|
||||
}
|
||||
|
||||
pre_make_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user