From: <abe...@us...> - 2016-12-05 16:10:18
|
Revision: 8016 http://sourceforge.net/p/astlinux/code/8016 Author: abelbeck Date: 2016-12-05 16:10:15 +0000 (Mon, 05 Dec 2016) Log Message: ----------- bc, enable libedit support Modified Paths: -------------- branches/1.0/package/bc/bc.mk Modified: branches/1.0/package/bc/bc.mk =================================================================== --- branches/1.0/package/bc/bc.mk 2016-12-05 14:32:31 UTC (rev 8015) +++ branches/1.0/package/bc/bc.mk 2016-12-05 16:10:15 UTC (rev 8016) @@ -9,6 +9,11 @@ BC_SITE = http://alpha.gnu.org/gnu/bc BC_DEPENDENCIES = host-bison host-flex +ifeq ($(BR2_PACKAGE_LIBEDIT),y) +BC_DEPENDENCIES += libedit +BC_CONF_OPT += --with-libedit +endif + define BC_INSTALL_TARGET_CMDS $(INSTALL) -m 0755 -D $(@D)/bc/bc $(TARGET_DIR)/usr/bin/bc endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |