summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: daf8052)
raw | patch | inline | side by side (parent: daf8052)
author | Eliad Peller <eliad@wizery.com> | |
Sun, 4 May 2014 08:17:41 +0000 (11:17 +0300) | ||
committer | Eliad Peller <eliad@wizery.com> | |
Sun, 4 May 2014 10:59:07 +0000 (13:59 +0300) |
Signed-off-by: Eliad Peller <eliad@wizery.com>
build_wl18xx.sh | patch | blob | history |
diff --git a/build_wl18xx.sh b/build_wl18xx.sh
index 5c98bcff4c7cfed2940cabc880c49be92b2187e9..168f420700fa6d0da85a33b0dfb16899ccb3a24d 100755 (executable)
--- a/build_wl18xx.sh
+++ b/build_wl18xx.sh
function build_openssl()
{
cd_repo openssl
- [ -z $NO_CONFIG ] && ./Configure s/compiler:gcc
+ [ -z $NO_CONFIG ] && ./Configure linux-generic32
[ -z $NO_CLEAN ] && make clean
[ -z $NO_CLEAN ] && assert_no_error
make