summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-30 15:06:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-30 15:06:04 +0100
commitdb71e75a2da48d17dbc74c2985b3c123d914df5e (patch)
treecab78d47ba9d986a5be65b80aa2ab783faf4b010 /package/openssl
parent5baa25c672a2df092a6c39edebc8b4e3dbad754e (diff)
path can contain spaces
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 7a7088350..a41525ded 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -57,7 +57,7 @@ post-extract:
do-configure:
(cd $(WRKBUILD); \
- PATH=$(TARGET_PATH) \
+ PATH='$(TARGET_PATH)' \
OPTIMIZATION_FLAGS="$(TARGET_CFLAGS) -fPIC" \
./Configure $(CONFIG) \
--prefix=/usr \