[sr-dev] [kamailio/kamailio] cannot build rpm on OpenSUSE (#1915)
sergey-safarov
notifications at github.com
Mon Apr 1 14:19:38 CEST 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190401/9cae0e69/attachment.html>
More information about the sr-dev
mailing list