Module: kamailio Branch: master Commit: 2e4258f440a07a2cfd20082af22bba4f9a2448ab URL: https://github.com/kamailio/kamailio/commit/2e4258f440a07a2cfd20082af22bba4f9a2448ab
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/2e4258f440a07a2cfd20082af22bba4f9a2448ab.diff Patch: https://github.com/kamailio/kamailio/commit/2e4258f440a07a2cfd20082af22bba4f9a2448ab.patch --- 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 _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
