Module: kamailio
Branch: master
Commit: 2e4258f440a07a2cfd20082af22bba4f9a2448ab
URL:
https://github.com/kamailio/kamailio/commit/2e4258f440a07a2cfd20082af22bba4…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-01-20T13:02:44+01:00
websocket: makefile - set library path for localbase
---
Modified: src/modules/websocket/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/2e4258f440a07a2cfd20082af22bba4…
Patch:
https://github.com/kamailio/kamailio/commit/2e4258f440a07a2cfd20082af22bba4…
---
diff --git a/src/modules/websocket/Makefile b/src/modules/websocket/Makefile
index 764453b080..99b1fe1f8c 100644
--- a/src/modules/websocket/Makefile
+++ b/src/modules/websocket/Makefile
@@ -40,7 +40,7 @@ LIBS+= $(TLS_EXTRA_LIBS)
ifeq ($(EMBEDDED_UTF8_DECODE),0)
DEFS += -I$(LOCALBASE)/include
- LIBS += -lunistring
+ LIBS += -L$(LOCALBASE)/lib -lunistring
else
DEFS += -DEMBEDDED_UTF8_DECODE
endif