diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-30 15:06:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-30 15:06:04 +0100 |
commit | db71e75a2da48d17dbc74c2985b3c123d914df5e (patch) | |
tree | cab78d47ba9d986a5be65b80aa2ab783faf4b010 /package/openssl | |
parent | 5baa25c672a2df092a6c39edebc8b4e3dbad754e (diff) |
path can contain spaces
Diffstat (limited to 'package/openssl')
-rw-r--r-- | package/openssl/Makefile | 2 |
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 \ |