summaryrefslogtreecommitdiffstats
path: root/rules/host-acl.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-11 15:51:13 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-11 15:53:09 +0100
commit8359c242348a3fd74b0fbabbf2995526a702f18d (patch)
treed3661244f3c998d131db6c324b3dad8632c0a277 /rules/host-acl.make
parent148d89fee33875abe1955d9faa65a143f535b13a (diff)
downloadptxdist-8359c242348a3fd74b0fbabbf2995526a702f18d.tar.gz
ptxdist-8359c242348a3fd74b0fbabbf2995526a702f18d.tar.xz
[host-acl] fix installation of libs and headers
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-acl.make')
-rw-r--r--rules/host-acl.make17
1 files changed, 11 insertions, 6 deletions
diff --git a/rules/host-acl.make b/rules/host-acl.make
index 3e8f3764b..def56e2d6 100644
--- a/rules/host-acl.make
+++ b/rules/host-acl.make
@@ -1,6 +1,7 @@
# -*-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.
#
@@ -41,13 +42,17 @@ $(STATEDIR)/host-acl.extract:
# Prepare
# ----------------------------------------------------------------------------
-HOST_ACL_PATH := PATH=$(HOST_PATH)
-HOST_ACL_ENV := $(HOST_ENV)
+HOST_ACL_ENV := $(HOST_ENV)
-#
-# autoconf
-#
-HOST_ACL_AUTOCONF := $(HOST_AUTOCONF)
+HOST_ACL_INSTALL_OPT := \
+ install \
+ install-lib \
+ install-dev
+
+HOST_ACL_AUTOCONF := \
+ $(HOST_AUTOCONF) \
+ --libexecdir=$(PTXDIST_SYSROOT_HOST)/lib \
+ --enable-shared
# ----------------------------------------------------------------------------
# Clean