popt: Add missing libiconv dependency (#18731)

Without this dependency, the build fails due to undefined references.
This commit is contained in:
Michael Kuhn 2020-09-19 00:00:00 +02:00 committed by GitHub
parent b44cf08cb2
commit 6198963ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,5 @@ class Popt(AutotoolsPackage):
url = "https://launchpad.net/popt/head/1.16/+download/popt-1.16.tar.gz" url = "https://launchpad.net/popt/head/1.16/+download/popt-1.16.tar.gz"
version('1.16', sha256='e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8') version('1.16', sha256='e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8')
depends_on('libiconv')