diff options
| author | Michael Forney <mforney@mforney.org> | 2017-01-19 00:34:46 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-01-19 00:40:09 -0800 |
| commit | e0105e05bb9fd614f3230e11da6023bb3c27f1f1 (patch) | |
| tree | 84a46888cd61399f28a38c61c8c2030af8030cbd /.gitmodules | |
| parent | b9ade0a2392d287714f655c294c0eb1c11a3f269 (diff) | |
libressl: Use tar instead of git mirror
The git mirror is often force-updated causing the tags to become no
longer valid.
The tar also conveniently has the pre-generated obj_dat.h and obj_mac.h
headers.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index bbbc324c..1f1cd0a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,10 +103,6 @@ [submodule "pkg/libpng/src"] path = pkg/libpng/src url = git://git.code.sf.net/p/libpng/code -[submodule "pkg/libressl/src"] - path = pkg/libressl/src - url = https://github.com/libressl-portable/openbsd - ignore = all [submodule "pkg/libusb/src"] path = pkg/libusb/src url = https://github.com/libusb/libusb |
