Skip to content

Commit

Permalink
Merge pull request PurpleI2P#14 from meeh420/master
Browse files Browse the repository at this point in the history
Adding missing pthread library to linker.
  • Loading branch information
orignal committed Jan 28, 2014
2 parents 3016c42 + 72fed33 commit f69965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OBJECTS = i2p.o base64.o NTCPSession.o RouterInfo.o Transports.o RouterContext.o
NetDb.o LeaseSet.o Tunnel.o TunnelEndpoint.o TunnelGateway.o TransitTunnel.o \
I2NPProtocol.o Log.o Garlic.o HTTPServer.o Streaming.o Identity.o SSU.o
INCFLAGS =
LDFLAGS = -Wl,-rpath,/usr/local/lib -lcryptopp -lboost_system -lboost_filesystem
LDFLAGS = -Wl,-rpath,/usr/local/lib -lcryptopp -lboost_system -lboost_filesystem -lpthread
LIBS =

all: i2p
Expand Down

0 comments on commit f69965f

Please sign in to comment.