diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-08 16:33:46 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-08 16:40:43 (EDT) |
commit | a311f3a973c9dc485a0273186b6bb07de874055f (patch) | |
tree | 08f83230787543cac120ccc848928ce013441ebe | |
parent | c12defe0d7675c198ec9e36063ee8b1c7e787ecb (diff) |
build: Drop --with-readline
And drop B-Ds.
bc's Readline line editing apparently now requires Flex (cf.
configure.ac line 108 in the upstream source). We should probably drop
this feature anyway, to keep binaries small and dependencies minimal.
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | control | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,7 @@ nop: @: configure: - oh-autoconfigure -- --with-readline + oh-autoconfigure touch $@ build: configure @@ -1,4 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), - libreadline-dev, libncurses.5-dev, Homepage: https://www.gnu.org/software/bc/ |