mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ports/OpenSSL: Remove test statement
This commit is contained in:
parent
8cc8c64ef5
commit
b6c1f0af5d
1 changed files with 0 additions and 1 deletions
|
@ -14,6 +14,5 @@ depends="zlib"
|
||||||
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local -DOPENSSL_SYS_SERENITY=1 --openssldir=${SERENITY_INSTALL_ROOT}/usr/local/ssl linux-elf zlib no-tests no-threads no-asm"
|
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local -DOPENSSL_SYS_SERENITY=1 --openssldir=${SERENITY_INSTALL_ROOT}/usr/local/ssl linux-elf zlib no-tests no-threads no-asm"
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
run rm -rf ./test/
|
|
||||||
run ./"$configscript" $configopts
|
run ./"$configscript" $configopts
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue