Hi Daniel @miconda 
After applying this patch module is compiled
```diff
diff --git a/src/modules/db_postgres/Makefile b/src/modules/db_postgres/Makefile
index 2663ee751..eff11fd3a 100644
--- a/src/modules/db_postgres/Makefile
+++ b/src/modules/db_postgres/Makefile
@@ -14,7 +14,7 @@ LIBPQL_BUILDER = $(shell \
        if pkg-config --exists libpq; then \
                echo 'pkg-config libpq'; \
        fi)
-ifneq ($(LIBPQ_BUILDER),)
+ifeq ($(LIBPQ_BUILDER),)
        DEFS += $(shell $(LIBPQL_BUILDER) --cflags)
        LIBS += $(shell $(LIBPQL_BUILDER) --libs)
 endif
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1915#issuecomment-478556102
_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to