• 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/libcgroup/libcgroup.mk
Bartosz GolaszewskiBartosz Golaszewski committed e90e781d61b24 Aug 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libcgroup
4
#
5
################################################################################
6
​
7
LIBCGROUP_VERSION = 0.41
8
LIBCGROUP_SOURCE = libcgroup-$(LIBCGROUP_VERSION).tar.bz2
9
LIBCGROUP_SITE = http://downloads.sourceforge.net/project/libcg/libcgroup/v$(LIBCGROUP_VERSION)
10
LIBCGROUP_LICENSE = LGPLv2.1
11
LIBCGROUP_LICENSE_FILES = COPYING
12
LIBCGROUP_DEPENDENCIES = host-bison host-flex
13
LIBCGROUP_INSTALL_STAGING = YES
14
​
15
# Undefining _FILE_OFFSET_BITS here because of a "bug" with glibc fts.h
16
# large file support. See https://bugzilla.redhat.com/show_bug.cgi?id=574992
17
# for more information.
18
LIBCGROUP_CONF_ENV = \
19
    CXXFLAGS="$(TARGET_CXXFLAGS) -U_FILE_OFFSET_BITS" \
20
    CFLAGS="$(TARGET_CFLAGS) -U_FILE_OFFSET_BITS"
21
​
22
LIBCGROUP_CONF_OPTS = \
23
    --disable-daemon \
24
    --disable-initscript-install
25
​
26
ifeq ($(BR2_PACKAGE_LIBCGROUP_TOOLS),y)
27
LIBCGROUP_CONF_OPTS += --enable-tools
28
else
29
LIBCGROUP_CONF_OPTS += --disable-tools
30
endif
31
​
32
ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
33
LIBCGROUP_DEPENDENCIES += linux-pam
34
LIBCGROUP_CONF_OPTS += --enable-pam
35
else
36
LIBCGROUP_CONF_OPTS += --disable-pam
37
endif
38
​
39
$(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.