• 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/ecryptfs-utils/ecryptfs-utils.mk
Jerzy GrzegorekJerzy Grzegorek committed bd8c733fb4a31 Mar 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# ecryptfs-utils
4
#
5
################################################################################
6
​
7
ECRYPTFS_UTILS_VERSION = 104
8
ECRYPTFS_UTILS_SOURCE = ecryptfs-utils_$(ECRYPTFS_UTILS_VERSION).orig.tar.gz
9
ECRYPTFS_UTILS_SITE = https://launchpad.net/ecryptfs/trunk/$(ECRYPTFS_UTILS_VERSION)/+download
10
ECRYPTFS_UTILS_LICENSE = GPLv2+
11
ECRYPTFS_UTILS_LICENSE_FILES = COPYING
12
​
13
ECRYPTFS_UTILS_DEPENDENCIES = keyutils libnss host-intltool
14
ECRYPTFS_UTILS_CONF_OPTS = --disable-pywrap --disable-pam
15
​
16
#Needed for build system to find pk11func.h and libnss3.so
17
ECRYPTFS_UTILS_CONF_ENV = \
18
    NSS_CFLAGS="-I$(STAGING_DIR)/usr/include/nss -I$(STAGING_DIR)/usr/include/nspr" \
19
    NSS_LIBS="-lnss3"
20
​
21
ifeq ($(BR2_PACKAGE_OPENSSL),y)
22
ECRYPTFS_UTILS_CONF_OPTS += --enable-openssl
23
ECRYPTFS_UTILS_DEPENDENCIES += openssl
24
else
25
ECRYPTFS_UTILS_CONF_OPTS += --disable-openssl
26
endif
27
​
28
$(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.