makefile: libtorrent needs -lrt for linking

This commit is contained in:
Stefan Sayer 2014-01-03 01:32:37 +01:00
parent 0a55be85bc
commit 28975dd0d2

View File

@ -177,6 +177,7 @@ leveldb/libleveldb.a:
#
MAKEOVERRIDES =
LIBS += $(CURDIR)/../libtorrent/src/.libs/libtorrent-rasterbar.a
LIBS += -l rt
DEFS += $(addprefix -I,$(CURDIR)/../libtorrent/include)
DEFS += -DTORRENT_DEBUG
DEFS += -DBOOST_ASIO_SEPARATE_COMPILATION