mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Link -lrt library on Linux
This is needed for linking on newer Linux distribs, see http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
This commit is contained in:
parent
e318b99d99
commit
30dfc64f48
@ -297,6 +297,7 @@ windows:RC_FILE = src/qt/res/bitcoin-qt.rc
|
||||
|
||||
!windows:!mac {
|
||||
DEFINES += LINUX
|
||||
LIBS += -lrt
|
||||
}
|
||||
|
||||
macx:HEADERS += src/qt/macdockiconhandler.h
|
||||
|
Loading…
Reference in New Issue
Block a user