Skip to content

Commit

Permalink
Ports: Disable gettext support for libiconv
Browse files Browse the repository at this point in the history
libiconv and gettext have a circular dependency. In an ideal world we'd
build libiconv without gettext support first, then gettext and finally
libiconv again with gettext support.

However, if the libiconv port detects gettext on the host system while
the gettext port hasn't been built yet things break.

This disables gettext support for the libiconv port for now.
  • Loading branch information
gunnarbeutner authored and awesomekling committed Jun 16, 2021
1 parent dd35bd1 commit d7f0d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ports/libiconv/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
port=libiconv
version=1.16
useconfigure=true
configopts=--enable-shared
configopts="--enable-shared --disable-nls"
files="https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz libiconv-${version}.tar.gz
https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz.sig libiconv-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
Expand Down

0 comments on commit d7f0d5f

Please sign in to comment.