Fix LibreSSL build
This commit is contained in:
parent
5bb19efeca
commit
e3a5561561
3 changed files with 8 additions and 8 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -9,4 +9,4 @@
|
|||
url = https://github.com/LuaDist/bzip2.git
|
||||
[submodule "app/src/c/libressl"]
|
||||
path = dmg2img/src/c/libressl
|
||||
url = https://github.com/libressl-portable/portable.git
|
||||
url = https://github.com/Depau/libressl.git
|
||||
|
|
|
@ -13,7 +13,7 @@ execute_process(
|
|||
WORKING_DIRECTORY src/c/libressl)
|
||||
|
||||
execute_process(
|
||||
COMMAND ./autogen.sh
|
||||
COMMAND touch VERSION
|
||||
WORKING_DIRECTORY src/c/libressl)
|
||||
|
||||
include_directories(src/c/bzip2)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4dbf285573d5254e5169be44e45c7685a336b6e8
|
||||
Subproject commit 8c7e77f2b1482573c3f37ea55965a60726bf967a
|
Loading…
Reference in a new issue