[Pkg-javascript-commits] [node-expat] 195/371: binding: add libexpat to the "dependecies", don't link to system expat

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:03 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 8cf84cf16bcff40cc152820d52e31dc4f02255ac
Author: Nathan Rajlich <nathan at tootallnate.net>
Date:   Sat Sep 29 00:36:46 2012 -0700

    binding: add libexpat to the "dependecies", don't link to system expat
---
 binding.gyp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/binding.gyp b/binding.gyp
index 0059465..317efa7 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -3,8 +3,8 @@
     {
       'target_name': 'node_expat',
       'sources': [ 'node-expat.cc' ],
-      'libraries': [
-        '-lexpat'
+      'dependencies': [
+        'deps/libexpat/libexpat.gyp: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