• 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/heimdal/heimdal.mk
Bernd KuhlsBernd Kuhls committed 87ae2ac1ccc09 Dec 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# heimdal
4
#
5
################################################################################
6
​
7
HEIMDAL_VERSION = 7.5.0
8
HEIMDAL_SITE = https://github.com/heimdal/heimdal/releases/download/heimdal-$(HEIMDAL_VERSION)
9
HOST_HEIMDAL_DEPENDENCIES = host-e2fsprogs host-ncurses host-pkgconf
10
HEIMDAL_INSTALL_STAGING = YES
11
HEIMDAL_MAKE = $(MAKE1)
12
# static because of -fPIC issues with e2fsprogs on x86_64 host
13
HOST_HEIMDAL_CONF_OPTS = \
14
    --disable-shared \
15
    --enable-static \
16
    --without-openldap \
17
    --without-capng \
18
    --with-db-type-preference= \
19
    --without-sqlite3 \
20
    --without-libintl \
21
    --without-openssl \
22
    --without-berkeley-db \
23
    --without-readline \
24
    --without-libedit \
25
    --without-hesiod \
26
    --without-x \
27
    --disable-heimdal-documentation
28
HOST_HEIMDAL_CONF_ENV = MAKEINFO=true
29
HEIMDAL_LICENSE = BSD-3-Clause
30
HEIMDAL_LICENSE_FILES = LICENSE
31
​
32
# We need asn1_compile in the PATH for samba4
33
define HOST_HEIMDAL_MAKE_SYMLINK
34
    ln -sf $(HOST_DIR)/libexec/heimdal/asn1_compile \
35
        $(HOST_DIR)/bin/asn1_compile
36
    ln -sf $(HOST_DIR)/bin/compile_et \
37
        $(HOST_DIR)/libexec/heimdal/compile_et
38
endef
39
​
40
HOST_HEIMDAL_POST_INSTALL_HOOKS += HOST_HEIMDAL_MAKE_SYMLINK
41
​
42
$(eval $(host-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.