diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-30 15:45:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-30 15:45:06 +0100 |
commit | 25d3b3e61bc2a9fd759fd1a5ff6aa64076b4151d (patch) | |
tree | 4d8e1e04f67133156a2e258d0ae3c4f8690ed4e3 /package/openssl | |
parent | 1a3f7151d55fd0eb4508bfbd65d70bd9d3cf6399 (diff) | |
parent | db71e75a2da48d17dbc74c2985b3c123d914df5e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 \ |