We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a661144 + 608aacc commit af0d03cCopy full SHA for af0d03c
root-files/build.sh
@@ -68,6 +68,7 @@ build_get_build_packages() {
68
libwebp-dev
69
libxml2-dev
70
libzip-dev
71
+ libbz2-dev
72
"
73
echo $packages
74
}
@@ -86,6 +87,7 @@ build_get_runtime_packages() {
86
87
libsodium-dev
88
libssl1.1
89
libzip4
90
+ libbz2-1.0
91
libncurses6
92
93
libsqlite3-0
@@ -172,6 +174,7 @@ build_compile_php() {
172
174
--with-webp \
173
175
--with-zip \
176
--with-zlib \
177
+ --with-bz2 \
178
--without-pear \
179
>$(debug_device)
180
elif [[ "${PHP_VERSION}" =~ ^8.[0-1] ]]; then
@@ -204,6 +207,7 @@ build_compile_php() {
204
207
205
208
206
209
210
211
212
213
else
0 commit comments