mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/python: Explicitly disable use of libintl
python would otherwise fail to build if gettext is built first, as its configure script detects the presence of libintl.h. However, building with libintl support enabled fails to link.
This commit is contained in:
parent
b71b5637b5
commit
591f0feb66
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ configopts=(
|
|||
'--without-ensurepip'
|
||||
'ac_cv_file__dev_ptmx=no'
|
||||
'ac_cv_file__dev_ptc=no'
|
||||
'ac_cv_header_libintl_h=no'
|
||||
)
|
||||
|
||||
export BLDSHARED="${CC} -shared"
|
||||
|
|
Loading…
Reference in a new issue