|
@@ -103,6 +103,7 @@ endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_PYTHON3_SSL),y)
|
|
ifeq ($(BR2_PACKAGE_PYTHON3_SSL),y)
|
|
PYTHON3_DEPENDENCIES += openssl
|
|
PYTHON3_DEPENDENCIES += openssl
|
|
|
|
+PYTHON3_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr
|
|
else
|
|
else
|
|
PYTHON3_CONF_OPTS += --disable-openssl
|
|
PYTHON3_CONF_OPTS += --disable-openssl
|
|
endif
|
|
endif
|