diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-09 12:07:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-09 12:07:10 (EDT) |
commit | 4321130f67c9adf73bbeac91ebb62d08cf83dae3 (patch) | |
tree | b533fd11a7f0b02b19a83f93dbe744f383df3b65 | |
parent | 0d28ccf394996a71077e9254cea932f03dd9f0a3 (diff) |
build: Configure with --enable-sha256.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ build: oh-autoconfigure -- \ --disable-static \ --disable-curl --disable-ssl-curl --disable-gpg \ + --enable-sha256 \ --with-opkglibdir=/var/lib oh-autobuild touch $@ |