Fix alpine edge build imap library bug

This commit is contained in:
crazywhalecc
2024-08-18 15:28:06 +08:00
committed by Jerry Ma
parent 9fd0508417
commit 47ba881870

View File

@@ -52,7 +52,7 @@ class imap extends LinuxLibraryBase
->exec('chmod +x src/osdep/unix/drivers') ->exec('chmod +x src/osdep/unix/drivers')
->exec('chmod +x src/osdep/unix/mkauths') ->exec('chmod +x src/osdep/unix/mkauths')
->exec( ->exec(
"yes | make slx {$ssl_options}" "yes | make slx {$ssl_options} EXTRACFLAGS='-fPIC -fpermissive'"
); );
try { try {
shell() shell()