Skip to content

Commit

Permalink
Fix installing http extension (installing idnkit failed) (#1033)
Browse files Browse the repository at this point in the history
Test: http
  • Loading branch information
mlocati authored Dec 17, 2024
1 parent c127382 commit 7c672d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c672d8

Please sign in to comment.