|
@@ -29,6 +29,8 @@ endif
|
|
|
# automake, so we can't use the normal autoreconf logic.
|
|
|
|
|
|
SOCAT_DEPENDENCIES = host-autoconf
|
|
|
+# incompatibile license (GPL-3.0+)
|
|
|
+SOCAT_CONF_OPTS = --disable-readline
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
SOCAT_DEPENDENCIES += openssl
|
|
@@ -36,12 +38,6 @@ else
|
|
|
SOCAT_CONF_OPTS += --disable-openssl
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_READLINE),y)
|
|
|
-SOCAT_DEPENDENCIES += readline
|
|
|
-else
|
|
|
-SOCAT_CONF_OPTS += --disable-readline
|
|
|
-endif
|
|
|
-
|
|
|
define SOCAT_RUN_AUTOCONF
|
|
|
(cd $(@D); $(HOST_DIR)/bin/autoconf)
|
|
|
endef
|