Skip to content

Commit

Permalink
debian: add curl and wget dependencies
Browse files Browse the repository at this point in the history
curl and wget are needed as a build dependency so that the auto configuration will see them and set the relevant configuration options. Otherwise, we end up with a ct-ng that can't download anything.

However, curl and wget are not strict runtime dependencies, and we don't need both, so list them as Recommends: curl | wget for the binary package.
  • Loading branch information
dlech committed Apr 29, 2018
1 parent 90d1444 commit 7372e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/control
Expand Up @@ -3,14 +3,15 @@ Section: devel
Priority: optional
Maintainer: Multiple Candidates <open@example.com>
Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev,
libncursesw5-dev, libncurses5-dev, bison, flex,
libncursesw5-dev, libncurses5-dev, bison, flex, curl, wget,
texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin
Standards-Version: 3.9.8
Homepage: http://crosstool-ng.org/

Package: crosstool-ng
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential, texinfo
Recommends: curl | wget
Description: create your own cross toolchains
Crosstool-NG aims at building toolchains. Toolchains are an essential
component in a software development project. It will compile, assemble and
Expand Down

0 comments on commit 7372e74

Please sign in to comment.