From 910ee3f081d229f4439aa2bdbb3553b61cc116cd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 May 2014 19:03:21 +0200 Subject: fix symbol renaming bugs --- package/openssh/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'package/openssh/Makefile') diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 94f9812f0..74eb3cc16 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --with-kerberos5="${STAGING_TARGET_DIR}/usr" TARGET_LDFLAGS+= -L$(STAGING_TARGET_DIR)/usr/lib/heimdal -Wl,-rpath -Wl,/usr/lib/heimdal endif -ifeq ($(ADK_TOOLCHAIN_USE_SSP),y) +ifeq ($(ADK_TARGET_USE_SSP),y) CONFIGURE_ARGS+= --with-stackprotect else CONFIGURE_ARGS+= --without-stackprotect @@ -84,10 +84,6 @@ CONFIGURE_ARGS+= --disable-strip \ --with-privsep-path=/var/run/sshd \ --with-ssl-dir="${STAGING_TARGET_DIR}/usr" -ifeq ($(ADK_STATIC),y) -TARGET_CFLAGS+= -static -TARGET_LDFLAGS+= -static -endif openssh-install: ${INSTALL_DIR} ${IDIR_OPENSSH}/etc/ssh -- cgit v1.2.3