diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-14 21:31:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-14 21:31:13 +0100 |
commit | 8fcf8634ad45240f790b5c9a8deecd84c31b7eab (patch) | |
tree | 8e3975c06eb78ecb4e5b40b160527f3dc2e0dbf9 /package | |
parent | 4401ddc3d2a942a835ae07783a9d2d1470123862 (diff) | |
parent | 03a3e89323b25baa92185a5282dfb2d3cb9eab5f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r-- | package/openssl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index b6ba26f02..3853a9de4 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -59,9 +59,6 @@ do-configure: do-build: $(MAKE) -C $(WRKBUILD) \ - OPTIMIZATION_FLAGS="$(TARGET_CFLAGS) -fPIC" \ - depend - $(MAKE) -C $(WRKBUILD) \ CC="$(TARGET_CC)" \ AR="$(TARGET_CROSS)ar r" \ RANLIB="$(TARGET_CROSS)ranlib" \ |