From a311f3a973c9dc485a0273186b6bb07de874055f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 08 Jun 2019 16:33:46 -0400 Subject: 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. --- diff --git a/build b/build index bf444f1..290e764 100755 --- a/build +++ b/build @@ -6,7 +6,7 @@ nop: @: configure: - oh-autoconfigure -- --with-readline + oh-autoconfigure touch $@ build: configure diff --git a/control b/control index b39138b..ad75b0a 100644 --- a/control +++ b/control @@ -1,4 +1,3 @@ Maintainer: Patrick McDermott 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/ -- cgit v0.9.1