summaryrefslogtreecommitdiffstats
path: root/rules/host-acl.make
blob: 12e2e39c9b40faebf2e8a946aeee62ce7190d303 (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
# -*-makefile-*-
#
# Copyright (C) 2009 by Carsten Schlote <c.schlote@konzeptpark.de>
#               2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# 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
# ----------------------------------------------------------------------------

#
# autoconf
#
HOST_ACL_CONF_TOOL	:= autoconf
HOST_ACL_CONF_OPT	:= \
	$(HOST_AUTOCONF) \
	--disable-nls \
	--disable-rpath \
	--disable-debug

# vim: syntax=make