mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ windows:RC_FILE = src/qt/res/bitcoin-qt.rc
|
||||||
|
|
||||||
!windows:!mac {
|
!windows:!mac {
|
||||||
DEFINES += LINUX
|
DEFINES += LINUX
|
||||||
|
LIBS += -lrt
|
||||||
}
|
}
|
||||||
|
|
||||||
macx:HEADERS += src/qt/macdockiconhandler.h
|
macx:HEADERS += src/qt/macdockiconhandler.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue