• 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
Rahul BedarkarRahul Bedarkar committed 9f59b378a3630 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# heimdal
4
#
5
################################################################################
6
​
7
HEIMDAL_VERSION = 7.1.0
8
HEIMDAL_SITE = http://www.h5l.org/dist/src
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
    --without-sqlite3 \
19
    --without-libintl \
20
    --without-openssl \
21
    --without-berkeley-db \
22
    --without-readline \
23
    --without-libedit \
24
    --without-hesiod \
25
    --without-x \
26
    --disable-heimdal-documentation
27
HOST_HEIMDAL_CONF_ENV = MAKEINFO=true
28
HEIMDAL_LICENSE = BSD-3-Clause
29
HEIMDAL_LICENSE_FILES = LICENSE
30
​
31
# We need asn1_compile in the PATH for samba4
32
define HOST_HEIMDAL_MAKE_SYMLINK
33
    ln -sf $(HOST_DIR)/usr/libexec/heimdal/asn1_compile \
34
        $(HOST_DIR)/usr/bin/asn1_compile
35
    ln -sf $(HOST_DIR)/usr/bin/compile_et \
36
        $(HOST_DIR)/usr/libexec/heimdal/compile_et
37
endef
38
​
39
HOST_HEIMDAL_POST_INSTALL_HOOKS += HOST_HEIMDAL_MAKE_SYMLINK
40
​
41
$(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.