|
@@ -11,16 +11,11 @@ MAKE_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
|
MAKE_LICENSE = GPLv3+
|
|
MAKE_LICENSE = GPLv3+
|
|
MAKE_LICENSE_FILES = COPYING
|
|
MAKE_LICENSE_FILES = COPYING
|
|
|
|
|
|
|
|
+MAKE_CONF_OPTS = --without-guile
|
|
|
|
+
|
|
# Disable the 'load' operation for static builds since it needs dlopen
|
|
# Disable the 'load' operation for static builds since it needs dlopen
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
MAKE_CONF_OPTS += --disable-load
|
|
MAKE_CONF_OPTS += --disable-load
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GUILE),y)
|
|
|
|
-MAKE_DEPENDENCIES += guile
|
|
|
|
-MAKE_CONF_OPTS += --with-guile
|
|
|
|
-else
|
|
|
|
-MAKE_CONF_OPTS += --without-guile
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|