zplab / zbar-py

Simple python 2 and 3 compatible interface to the zbar barcode-reading library
MIT License
82 stars 30 forks source link

omit -liconv when building against glibc? #1

Closed erikhvatum closed 5 years ago

erikhvatum commented 8 years ago

glibc apparently provides an iconv implementation. Looks like on Arch, there is no libiconv as such. There is only glibc, and iconv support is available with no linker options specified.

erikhvatum commented 8 years ago

Workaround/fix: https://github.com/zplab/zbar-py/pull/2