summaryrefslogtreecommitdiffstats
path: root/rules/host-acl.make
blob: c84230368e73bb79fff8ded7458b6ac0c0e7e576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# -*-makefile-*-
#
# Copyright (C) 2009 by Carsten Schlote <c.schlote@konzeptpark.de>
#               2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_ACL) += host-acl

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

HOST_ACL_ENV := $(HOST_ENV)

# don't use := here
HOST_ACL_INSTALL_OPT = \
	DIST_ROOT=$(HOST_ACL_PKGDIR) \
	install \
	install-lib \
	install-dev

HOST_ACL_AUTOCONF := \
	$(HOST_AUTOCONF) \
	--libexecdir=/lib \
	--enable-shared

# vim: syntax=make