|
@@ -20,10 +20,14 @@ SOFIA_SIP_CONF_OPTS += --without-glib
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
-SOFIA_SIP_CONF_OPTS += --with-openssl=pkg-config
|
|
|
|
|
|
+SOFIA_SIP_CONF_OPTS += \
|
|
|
|
+ --enable-nth \
|
|
|
|
+ --with-openssl=pkg-config
|
|
SOFIA_SIP_DEPENDENCIES += openssl
|
|
SOFIA_SIP_DEPENDENCIES += openssl
|
|
else
|
|
else
|
|
-SOFIA_SIP_CONF_OPTS += --without-openssl
|
|
|
|
|
|
+SOFIA_SIP_CONF_OPTS += \
|
|
|
|
+ --disable-nth \
|
|
|
|
+ --without-openssl
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_ENABLE_DEBUG),y)
|
|
ifeq ($(BR2_ENABLE_DEBUG),y)
|