Skip to content

Commit

Permalink
removed unnecessary ssl stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gflarity committed Jul 12, 2012
1 parent b7d6420 commit c182ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ export CXXFLAGS='-march=armv6'`
Run configure and be sure to use the shared openssl lib that we downloaded earlier:

```
./configure --shared-openssl
./configure
```

Now make and make install with the environment variables exported above. If you don't include these it'll try to re-compile everything. As if that weren't bad enough, it'll also probably not compile as there's a reason we included them in the first place!
Expand Down

0 comments on commit c182ee1

Please sign in to comment.