• 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
Clayton ShotwellClayton Shotwell committed ff7191c12e802 Oct 2013
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libcgroup
4
#
5
################################################################################
6
​
7
LIBCGROUP_VERSION = 0.38
8
LIBCGROUP_SOURCE = libcgroup-$(LIBCGROUP_VERSION).tar.bz2
9
LIBCGROUP_SITE = http://downloads.sourceforge.net/project/libcg/libcgroup/v.038
10
LIBCGROUP_LICENSE = LGPLv2.1
11
LIBCGROUP_LICENSE_FILES = COPYING
12
​
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+="-U_FILE_OFFSET_BITS" \
20
    CFLAGS+="-U_FILE_OFFSET_BITS"
21
​
22
LIBCGROUP_CONF_OPT = \
23
    --disable-tools \
24
    --disable-daemon \
25
    --disable-initscript-install
26
​
27
ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
28
    LIBCGROUP_DEPENDENCIES += linux-pam
29
    LIBCGROUP_CONF_OPT += --enable-pam
30
else
31
    LIBCGROUP_CONF_OPT += --disable-pam
32
endif
33
​
34
$(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.