mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports: Fix building the git port
Because libiconv is now buildable the configure script fails when libiconv was installed.
This commit is contained in:
parent
8ca5b8c065
commit
6e51ea1e2e
1 changed files with 1 additions and 0 deletions
|
@ -19,3 +19,4 @@ post_install() {
|
|||
export NO_OPENSSL=1
|
||||
export ac_cv_fread_reads_directories=no
|
||||
export ac_cv_snprintf_returns_bogus=no
|
||||
export ac_cv_iconv_omits_bom=no
|
||||
|
|
Loading…
Reference in a new issue