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.
1 parent 5c29113 commit d90dd68Copy full SHA for d90dd68
sapi/src/template/make.php
@@ -247,11 +247,6 @@
247
export LIBS="$LIBS -lcrypto -lssl -lmpdec -lmpdec++ -lbz2 -llzma -lHacl_Hash_SHA2 -lb2 -lexpat -lxml2 -lform -lmenu -ltic -lpanel -lncurses++ -lncurses "
248
<?php endif; ?>
249
250
-<?php if ($this->isMacos()) : ?>
251
- <?php if ($this->hasExtension('swoole')) : ?>
252
- export LIBS="$LIBS -lpthread"
253
- <?php endif; ?>
254
-<?php endif; ?>
255
<?php if ($this->isLinux() && ($this->get_C_COMPILER() == 'musl-gcc')) : ?>
256
ln -sf /usr/include/linux/ /usr/include/x86_64-linux-musl/linux
257
ln -sf /usr/include/x86_64-linux-gnu/asm/ /usr/include/x86_64-linux-musl/asm
0 commit comments