openssh: dont use $TARGET_* variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-09-23 14:29:49 -07:00 committed by Lukas Rusak
parent 573bab45cc
commit 619c008bee
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -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"
} }