summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-30 14:19:38 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-02-04 12:44:59 +0100
commiteed8f54a6b26b753163b5cca98b9aab0b374f611 (patch)
treebea39f9ac65d5ec1b08c2534826bdc01961ed3b0
parent4908aeaca8c1d323833e0f220875032c7f7af81d (diff)
downloadptxdist-eed8f54a6b26b753163b5cca98b9aab0b374f611.tar.gz
ptxdist-eed8f54a6b26b753163b5cca98b9aab0b374f611.tar.xz
host-openssl: don't use := when deref'ing HOST_OPENSSL_PKGDIR
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/host-openssl.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-openssl.make b/rules/host-openssl.make
index 3349c9b6f..3308ebaa4 100644
--- a/rules/host-openssl.make
+++ b/rules/host-openssl.make
@@ -31,7 +31,8 @@ HOST_OPENSSL_MAKE_PAR := NO
#
# autoconf
#
-HOST_OPENSSL_CONF_OPT := \
+# no ':=' here
+HOST_OPENSSL_CONF_OPT = \
--prefix=/ \
--install_prefix=$(HOST_OPENSSL_PKGDIR)