|
@@ -35,6 +35,10 @@ define OPENSSH_PERMISSIONS
|
|
/var/empty d 755 root root - - - - -
|
|
/var/empty d 755 root root - - - - -
|
|
endef
|
|
endef
|
|
|
|
|
|
|
|
+ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_110934),y)
|
|
|
|
+OPENSSH_CONF_OPTS += --without-hardening
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
|
|
ifeq ($(BR2_TOOLCHAIN_SUPPORTS_PIE),)
|
|
OPENSSH_CONF_OPTS += --without-pie
|
|
OPENSSH_CONF_OPTS += --without-pie
|
|
endif
|
|
endif
|