• 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/luv/luv.mk
Jörg KrauseJörg Krause committed 4fd932eeb6f01 Aug 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# luv
4
#
5
################################################################################
6
​
7
LUV_VERSION = 1.9.1-0
8
LUV_SITE = https://github.com/luvit/luv/releases/download/$(LUV_VERSION)
9
LUV_LICENSE = Apache-2.0
10
LUV_LICENSE_FILES = LICENSE.txt
11
LUV_DEPENDENCIES = libuv
12
LUV_INSTALL_STAGING = YES
13
​
14
LUV_CONF_OPTS += \
15
    -DBUILD_MODULE=OFF \
16
    -DWITH_SHARED_LIBUV=ON \
17
    -DLUA_BUILD_TYPE=System
18
​
19
ifeq ($(BR2_PACKAGE_LUAJIT),y)
20
LUV_DEPENDENCIES += luajit
21
LUV_CONF_OPTS += \
22
    -DWITH_LUA_ENGINE=LuaJIT
23
else
24
LUV_DEPENDENCIES += lua
25
LUV_CONF_OPTS += \
26
    -DWITH_LUA_ENGINE=Lua
27
endif
28
​
29
$(eval $(cmake-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.