Skip to content

Commit e02ce4c

Browse files
committed
Fix gnu docker openssl build
1 parent 9f7a7a5 commit e02ce4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/linux/library/openssl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function build(): void
6868
->exec(
6969
"{$env} ./Configure no-shared {$extra} " .
7070
'--prefix=' . BUILD_ROOT_PATH . ' ' .
71+
'--libdir=' . BUILD_LIB_PATH . ' ' .
7172
'--openssldir=/etc/ssl ' .
7273
"{$zlib_extra}" .
7374
'no-legacy ' .

0 commit comments

Comments
 (0)