Skip to content

Commit

Permalink
Drop UDNS from node.uselib. Add CARES for --system.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer authored and ry committed Apr 24, 2010
1 parent 9926dac commit 610faf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wscript
Expand Up @@ -395,7 +395,7 @@ def build(bld):

node.add_objects = 'cares ev eio http_parser coupling'
node.uselib_local = ''
node.uselib = 'RT OPENSSL UDNS V8 EXECINFO DL KVM SOCKET NSL'
node.uselib = 'RT OPENSSL V8 EXECINFO DL KVM SOCKET NSL'
else:
node.includes = """
src/
Expand All @@ -405,7 +405,7 @@ def build(bld):
"""
node.add_objects = 'eio http_parser coupling'
node.uselib_local = 'eio'
node.uselib = 'RT EV OPENSSL UDNS V8 EXECINFO DL KVM SOCKET NSL'
node.uselib = 'RT EV OPENSSL CARES V8 EXECINFO DL KVM SOCKET NSL'

node.install_path = '${PREFIX}/lib'
node.install_path = '${PREFIX}/bin'
Expand Down

0 comments on commit 610faf7

Please sign in to comment.