• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libuv/libuv.mk
Jörg KrauseJörg Krause committed f60f3e610a605 Feb 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libuv
4
#
5
################################################################################
6
​
7
LIBUV_VERSION = v1.11.0
8
LIBUV_SITE = $(call github,libuv,libuv,$(LIBUV_VERSION))
9
LIBUV_DEPENDENCIES = host-pkgconf
10
LIBUV_INSTALL_STAGING = YES
11
LIBUV_AUTORECONF = YES
12
LIBUV_LICENSE = BSD-2c, BSD-3c, ISC, MIT
13
LIBUV_LICENSE_FILES = LICENSE
14
​
15
# Upstream needs tests to be run sequentially. This is the default in
16
# automake 1.11 and before, but not starting in 1.12. To maintain
17
# sequentiality in 1.12 and later, the automake option 'serial-tests'
18
# must be used, Unfortunately, it is not recognised by 1.11 and
19
# before. So upstream only adds it conditionally. We use automake
20
# 1.14, so we need it.
21
define LIBUV_FIXUP_AUTOGEN
22
    echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
23
        >$(@D)/m4/libuv-extra-automake-flags.m4
24
endef
25
LIBUV_POST_PATCH_HOOKS += LIBUV_FIXUP_AUTOGEN
26
​
27
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.