mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00: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
Notes:
sideshowbarker
2024-07-18 20:32:52 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/6e51ea1e2ec Pull-request: https://github.com/SerenityOS/serenity/pull/6233
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