• 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/keyutils/keyutils.mk
Bernd KuhlsBernd Kuhls committed 9a52f40e58424 Jul 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# keyutils
4
#
5
################################################################################
6
​
7
KEYUTILS_VERSION = 1.5.10
8
KEYUTILS_SOURCE = keyutils-$(KEYUTILS_VERSION).tar.bz2
9
KEYUTILS_SITE = http://people.redhat.com/~dhowells/keyutils
10
KEYUTILS_LICENSE = GPL-2.0+, LGPL-2.1+
11
KEYUTILS_LICENSE_FILES = LICENCE.GPL LICENCE.LGPL
12
KEYUTILS_INSTALL_STAGING = YES
13
​
14
KEYUTILS_MAKE_PARAMS = \
15
    INSTALL=$(INSTALL) \
16
    LIBDIR=/usr/lib \
17
    USRLIBDIR=/usr/lib \
18
    CFLAGS="$(TARGET_CFLAGS)" \
19
    CPPFLAGS="$(TARGET_CPPFLAGS) -I." \
20
    LNS="$(HOSTLN) -sf"
21
​
22
ifeq ($(BR2_SHARED_LIBS),y)
23
KEYUTILS_MAKE_PARAMS += NO_ARLIB=1
24
endif
25
​
26
define KEYUTILS_BUILD_CMDS
27
    $(TARGET_CONFIGURE_OPTS) $(MAKE) $(KEYUTILS_MAKE_PARAMS) -C $(@D)
28
endef
29
​
30
define KEYUTILS_INSTALL_STAGING_CMDS
31
    $(TARGET_CONFIGURE_OPTS) $(MAKE) $(KEYUTILS_MAKE_PARAMS) -C $(@D) DESTDIR=$(STAGING_DIR) install
32
endef
33
​
34
define KEYUTILS_INSTALL_TARGET_CMDS
35
    $(TARGET_CONFIGURE_OPTS) $(MAKE) $(KEYUTILS_MAKE_PARAMS) -C $(@D) DESTDIR=$(TARGET_DIR) install
36
endef
37
​
38
$(eval $(generic-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.