[SR-Dev] git:master: perlvdb(k): makefile fix

Andrei Pelinescu-Onciul andrei at iptel.org
Wed Apr 22 17:51:51 CEST 2009


Module: sip-router
Branch: master
Commit: 4330d7116162d4ad7389f4bab18e7b52f8fce116
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4330d7116162d4ad7389f4bab18e7b52f8fce116

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Apr 22 17:52:24 2009 +0200

perlvdb(k): makefile fix

---

 modules_k/perlvdb/Makefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modules_k/perlvdb/Makefile b/modules_k/perlvdb/Makefile
index ff54434..3d3b92d 100644
--- a/modules_k/perlvdb/Makefile
+++ b/modules_k/perlvdb/Makefile
@@ -5,8 +5,10 @@
 include ../../Makefile.defs
 auto_gen=
 NAME=perlvdb.so
-LIBS=`perl -MExtUtils::Embed -e ldopts`
-DEFS+=`perl -MExtUtils::Embed -e ccopts`
+LIBS:=$(shell perl -MExtUtils::Embed -e ldopts)
+PERL_DEFS:=$(shell perl -MExtUtils::Embed -e ccopts)
+DEFS+=$(PERL_DEFS)
+
 
 
 DEFS+=-DOPENSER_MOD_INTERFACE




More information about the sr-dev mailing list