mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
openssl
This commit is contained in:
@ -30,8 +30,8 @@ fi
|
|||||||
echo "$platform$arch"
|
echo "$platform$arch"
|
||||||
|
|
||||||
if [ ! -f Makefile ]; then
|
if [ ! -f Makefile ]; then
|
||||||
perl ./Configure $platform$arch
|
#perl ./Configure $platform$arch
|
||||||
./config
|
./config no-shared no-asm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|||||||
11
Common/3dParty/openssl/openssl.pri
Normal file
11
Common/3dParty/openssl/openssl.pri
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
core_linux {
|
||||||
|
|
||||||
|
INCLUDEPATH += $$PWD/openssl/include
|
||||||
|
|
||||||
|
LIBS += -L$$PWD/openssl/libssl.a
|
||||||
|
LIBS += -L$$PWD/openssl/libcrypto.a
|
||||||
|
|
||||||
|
#LIBS += -lssl
|
||||||
|
#LIBS += -lcrypto
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user