summaryrefslogtreecommitdiffstats
path: root/rules/host-attr.make
blob: 88cd5721043fd56605d577ba481c209989efc3f0 (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
36
37
38
39
40
# -*-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_ATTR) += host-attr

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

HOST_ATTR_CONF_ENV := \
	$(HOST_ENV) \
	ac_cv_path_MSGFMT=: \
	ac_cv_path_MSGMERGE=: \
	ac_cv_path_XGETTEXT=: \
	CONFIG_SHELL=bash

# no ':=' here
HOST_ATTR_INSTALL_OPT = \
	DIST_ROOT=$(HOST_ATTR_PKGDIR) \
	install \
	install-lib \
	install-dev

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

# vim: syntax=make