From db71e75a2da48d17dbc74c2985b3c123d914df5e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 30 Oct 2013 15:06:04 +0100 Subject: path can contain spaces --- package/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/openssl') 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 \ -- cgit v1.2.3