mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
openssh: dont use $TARGET_* variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
573bab45cc
commit
619c008bee
@ -50,7 +50,7 @@ PKG_CONFIGURE_OPTS_TARGET="--sysconfdir=/etc/ssh \
|
|||||||
--without-pam"
|
--without-pam"
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export LD="$TARGET_CC"
|
export LD="$CC"
|
||||||
export LDFLAGS="$TARGET_CFLAGS $TARGET_LDFLAGS"
|
export LDFLAGS="$TARGET_CFLAGS $TARGET_LDFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user