[sr-dev] git:4.0: db_postgres: use variable for make tool in module Makefile

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 4 12:36:30 CEST 2013


Module: sip-router
Branch: 4.0
Commit: 756e30f5c33ef4ab122b333b4d1b6ce80cec0f2f
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=756e30f5c33ef4ab122b333b4d1b6ce80cec0f2f

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Sep  4 12:33:45 2013 +0200

db_postgres: use variable for make tool in module Makefile

- fixes builds in BSD systems
- patch by Victor (coyote), FS#335

(cherry picked from commit 7abd496560c6274680d451f49355ad1f6a14a6a7)

---

 modules/db_postgres/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/db_postgres/Makefile b/modules/db_postgres/Makefile
index 66292ae..aa8da69 100644
--- a/modules/db_postgres/Makefile
+++ b/modules/db_postgres/Makefile
@@ -40,7 +40,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio)
 # extra install for kamailio
 
 install-pgsql-scripts: $(bin_prefix)/$(bin_dir)
-		PGSQLON=yes make -C ../../utils/kamctl/ install-modules
+		PGSQLON=yes $(MAKE) -C ../../utils/kamctl/ install-modules
 
 install-scripts: install-pgsql-scripts
 




More information about the sr-dev mailing list