-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi
attach is the patch. - -- Best Regards Xiangfu Liu http://www.openmobilefree.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk00B+QACgkQRRAEFRxkgLT9AwCgoE71yAv+XAPR+TweT8GSODhg i6wAoKCt3GdMfpRYsF/7V0d2c1rwTnPb =HHWQ -----END PGP SIGNATURE-----
Index: utils/bc/Makefile =================================================================== --- utils/bc/Makefile (revision 24928) +++ utils/bc/Makefile (working copy) @@ -26,6 +26,7 @@ define Package/bc $(call Package/bc/Default) TITLE:=Arbitrary precision calculator language + DEPENDS:=+libreadline endef define Package/bc/description @@ -44,6 +45,8 @@ 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/
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
