forked from len0rd/rockbox
Fix host build of mkimxboot, mknwzboot, nwztools, and rbutil with crypto++
Necessary to get working builds on my Fedora 29 system. Change-Id: Ia6232427c959629ade9a85fc412738f688facedb
This commit is contained in:
parent
9605237349
commit
07084f62c4
6 changed files with 53 additions and 14 deletions
|
|
@ -135,6 +135,9 @@ for(rblib, RBLIBS) {
|
|||
LIBS += -l$$rblib
|
||||
}
|
||||
|
||||
# We need libcrypto++
|
||||
LIBS += -lcryptopp
|
||||
|
||||
# on win32 libz is linked implicitly.
|
||||
!win32 {
|
||||
LIBS += -lz
|
||||
|
|
@ -264,4 +267,3 @@ unix {
|
|||
include(rbutilqt.pri)
|
||||
include(quazip/quazip.pri)
|
||||
include(logger/logger.pri)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue