Loading package/make/make.mk +7 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,11 @@ ifeq ($(BR2_STATIC_LIBS),y) MAKE_CONF_OPTS += --disable-load endif ifeq ($(BR2_PACKAGE_GUILE),y) MAKE_DEPENDENCIES += guile MAKE_CONF_OPTS += --with-guile else MAKE_CONF_OPTS += --without-guile endif $(eval $(autotools-package)) Loading
package/make/make.mk +7 −0 Original line number Diff line number Diff line Loading @@ -16,4 +16,11 @@ ifeq ($(BR2_STATIC_LIBS),y) MAKE_CONF_OPTS += --disable-load endif ifeq ($(BR2_PACKAGE_GUILE),y) MAKE_DEPENDENCIES += guile MAKE_CONF_OPTS += --with-guile else MAKE_CONF_OPTS += --without-guile endif $(eval $(autotools-package))