mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Re-order crypto/oauth libs for linking
liboauth depends upon libcrypto but they are declared in the opposite order in src.pro. This patch reverses this to avoid linker errors on Linux.
This commit is contained in:
@@ -13,8 +13,8 @@ LIBS += -lm
|
||||
|
||||
!isEmpty( LIBOAUTH_INSTALL ) {
|
||||
INCLUDEPATH += $${LIBOAUTH_INSTALL}/include
|
||||
LIBS += $${LIBCRYPTO_INSTALL}
|
||||
LIBS += $${LIBOAUTH_INSTALL}/lib/liboauth.a
|
||||
LIBS += $${LIBCRYPTO_INSTALL}
|
||||
LIBS += $${LIBZ_INSTALL}
|
||||
LIBS += $${LIBCURL_INSTALL}
|
||||
DEFINES += GC_HAVE_LIBOAUTH
|
||||
|
||||
Reference in New Issue
Block a user