mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
Merge pull request #53 from majestrate/master
correct link flags for freebsd
This commit is contained in:
commit
84bd3985ba
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ LIBS = $(I2PD_PATH)/libi2pd.a -lboost_system$(BOOST_SUFFIX) -lboost_date_time$(B
|
|||
ifeq ($(UNAME),Linux)
|
||||
LIBS += -lrt -lpthread
|
||||
else ifeq ($(UNAME),FreeBSD)
|
||||
FLAGS += -lrt -lpthread
|
||||
LIBS += -lthr -lpthread
|
||||
LDFLAGS += -L/usr/local/lib
|
||||
INCFLAGS += -I/usr/local/include
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue