iconv: require libiconv on linux (#45026)

otherwise it is still picked up from glibc as it is external
This commit is contained in:
Harmen Stoppels 2024-07-04 08:20:27 +02:00 committed by GitHub
parent c5cdc2c0a2
commit 36d64fcbd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,3 @@
packages:
iconv:
require: [libiconv]