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"
|
||||
|
||||
if [ ! -f Makefile ]; then
|
||||
perl ./Configure $platform$arch
|
||||
./config
|
||||
#perl ./Configure $platform$arch
|
||||
./config no-shared no-asm
|
||||
fi
|
||||
|
||||
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