summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-30 15:45:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-30 15:45:06 +0100
commit25d3b3e61bc2a9fd759fd1a5ff6aa64076b4151d (patch)
tree4d8e1e04f67133156a2e258d0ae3c4f8690ed4e3
parent1a3f7151d55fd0eb4508bfbd65d70bd9d3cf6399 (diff)
parentdb71e75a2da48d17dbc74c2985b3c123d914df5e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-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 \