[package] enable readline support in bc
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@25728 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4d4cca1b9d
commit
eb56af09d3
@ -26,6 +26,7 @@ endef
|
||||
define Package/bc
|
||||
$(call Package/bc/Default)
|
||||
TITLE:=Arbitrary precision calculator language
|
||||
DEPENDS:=+libreadline
|
||||
endef
|
||||
|
||||
define Package/bc/description
|
||||
@ -44,6 +45,8 @@ define Package/dc/description
|
||||
precision arithmetic.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --with-readline
|
||||
|
||||
define Package/bc/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bc/bc $(1)/usr/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user