[Pkg-javascript-commits] [node-expat] 83/371: closes issue #15

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit 1da0cd551fbb1602134520e63564d4892d86d16a
Author: Camilo Aguilar <camilo.aguilar at gmail.com>
Date:   Fri Jul 8 20:45:04 2011 -0400

    closes issue #15
---
 wscript | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/wscript b/wscript
index ff67c1e..66922b9 100644
--- a/wscript
+++ b/wscript
@@ -8,9 +8,16 @@ def set_options(opt):
 def configure(conf):
   conf.check_tool('compiler_cxx')
   conf.check_tool('node_addon')
+  conf.check( header_name='expat.h', 
+              mandatory = True,
+	          errmsg = "not installed")
+	
+  conf.env['LIB_EXPAT'] = ['expat']
+
 
 def build(bld):
   obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
   obj.target = 'node-expat'
   obj.source = 'node-expat.cc'
   obj.lib = 'expat'
+  obj.uselib = 'EXPAT'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list