Browse Source

correct link flags for freebsd

pull/53/head
Jeff Becker 6 years ago
parent
commit
fba1c876d6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 2
      Makefile

2
Makefile

@ -24,7 +24,7 @@ LIBS = $(I2PD_PATH)/libi2pd.a -lboost_system$(BOOST_SUFFIX) -lboost_date_time$(B @@ -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…
Cancel
Save