~ubuntu-branches/ubuntu/trusty/nodejs/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/2012_kfreebsd.patch/node.gyp

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-12-12 23:04:07 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20131212230407-xfa6gka4c6oatsx1
Tags: 0.10.23~dfsg1-1
* Upstream update.
* Refresh patches, remove 1005 patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
            'PLATFORM="sunos"',
291
291
          ],
292
292
        }],
 
293
        [
 
294
          'OS=="linux" and node_shared_v8=="false"', {
 
295
            'ldflags': [
 
296
              '-Wl,--whole-archive <(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.a -Wl,--no-whole-archive',
 
297
            ],
 
298
        }],
293
299
      ],
294
300
      'msvs_settings': {
295
301
        'VCLinkerTool': {