Skip to content

Commit

Permalink
php: Update brotli extension to latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
ondj committed Feb 5, 2024
1 parent 288e978 commit c21c8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/misp_compile_php_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mv modules/*.so /build/php-modules/
# Compile brotli
mkdir /tmp/brotli
cd /tmp/brotli
download_and_check https://github.com/kjdev/php-ext-brotli/archive/refs/tags/0.15.0.tar.gz 2e5f3366d43f91a2a3e5ad7eb824868505f5e4268d2f334d31763b6335d83daf
download_and_check https://github.com/kjdev/php-ext-brotli/archive/48bf4071d266c556d61684e07d40d917f61c9eb7.tar.gz c145696965fac0bacd6b5ffef383eaf7a67539e9a0ed8897ab1632ca119510c6
phpize
./configure --silent --with-libbrotli
make -j$(nproc)
Expand Down

0 comments on commit c21c8b8

Please sign in to comment.