popt: Add missing libiconv dependency (#18731)
Without this dependency, the build fails due to undefined references.
This commit is contained in:
parent
b44cf08cb2
commit
6198963ede
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue