- updated LIBS and DEFS variables, making them consistent with the rest of modules. (cherry picked from commit 0a3476384b325514b1da784b74cc821360193409)
@@ -39,7 +39,8 @@ endif
LIBS+= $(TLS_EXTRA_LIBS)
ifeq ($(EMBEDDED_UTF8_DECODE),0)
- LIBS+= -lunistring
+ DEFS += -I$(LOCALBASE)/include
+ LIBS += -lunistring
else
DEFS += -DEMBEDDED_UTF8_DECODE
endif