diff options
author | Christian Pointner <equinox@anytun.org> | 2008-08-03 10:04:14 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-08-03 10:04:14 +0000 |
commit | 50cabf3f64123fe4a17952ed522c6db5477005c0 (patch) | |
tree | adc22ef6cc7930fef2e230b661223c7852185ae7 /src/anyrtpproxy | |
parent | added amd64 build fix patch by gebi (diff) |
fixed linker errors @ anyrtpproxy
Diffstat (limited to 'src/anyrtpproxy')
-rw-r--r-- | src/anyrtpproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anyrtpproxy/Makefile b/src/anyrtpproxy/Makefile index c85a059..21f5949 100644 --- a/src/anyrtpproxy/Makefile +++ b/src/anyrtpproxy/Makefile @@ -37,7 +37,7 @@ CCFLAGS = -g -Wall CCFLAGS += -DSOCKETS_NAMESPACE=sockets CCFLAGS += -DSOCKETS_NAMESPACE_STR='"sockets"' LD = g++ -LDFLAGS = -g -Wall -O2 -lpthread -lssl -lboost_serialization +LDFLAGS = -g -Wall -O2 -lpthread -lboost_thread -lssl -lboost_serialization OBJS = anyrtpproxy.o \ ../signalController.o \ |