summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \