Browse Source

makefile: libtorrent needs -lrt for linking

miguelfreitas
Stefan Sayer 11 years ago
parent
commit
28975dd0d2
  1. 1
      src/makefile.unix

1
src/makefile.unix

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

Loading…
Cancel
Save