Fix installing http extension (installing idnkit failed) (#1033)

Test: http
pull/1035/head 2.7.8
Michele Locati 2024-12-17 16:18:02 +01:00 committed by GitHub
parent c127382fd6
commit 7c672d8b76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3276,7 +3276,7 @@ installRemoteModule() {
if ! test -e /usr/local/lib/libidnkit.so; then
installRemoteModule_src="$(getPackageSource https://jprs.co.jp/idn/idnkit-2.3.tar.bz2)"
cd -- "$installRemoteModule_src"
./configure
CFLAGS=-Wno-incompatible-pointer-types ./configure
make -j$(getProcessorCount) install
cd - >/dev/null
fi