diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 15:37:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 15:37:00 +0200 |
commit | 57f50b48420342dbc5996896a52733c5fbab31b1 (patch) | |
tree | 9939f505a3a706539cfcc432211cedd355ae3049 /package/openssh | |
parent | cbce24b80358c0eb4968139c7695dd8eb2bb5378 (diff) | |
parent | 91cef89d579c704c4846e97bce397c93417eee09 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssh')
-rw-r--r-- | package/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssh/Makefile b/package/openssh/Makefile index 4d0c4e9da..7d80662e2 100644 --- a/package/openssh/Makefile +++ b/package/openssh/Makefile @@ -50,7 +50,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_GCC_USE_SSP),y) +ifeq ($(ADK_TOOLCHAIN_USE_SSP),y) CONFIGURE_ARGS+= --with-stackprotect else CONFIGURE_ARGS+= --without-stackprotect |