diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-15 05:48:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-15 05:48:38 +0200 |
commit | fe152eb304e8a94c094251c5f76b9a322f7e0710 (patch) | |
tree | c72277d746139d2faee292906e553de29e19bdd5 /package/libressl | |
parent | c00f8ca7bf05f80d7f73d2c5ad7d745fab46e9b8 (diff) |
libressl: does not work on m68k and xtensa
Diffstat (limited to 'package/libressl')
-rw-r--r-- | package/libressl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libressl/Makefile b/package/libressl/Makefile index a4bfe6a48..984883bb1 100644 --- a/package/libressl/Makefile +++ b/package/libressl/Makefile @@ -13,6 +13,8 @@ PKG_URL:= http://www.libressl.org PKG_SITES:= http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ PKG_OPTS:= dev +PKG_ARCH_DEPENDS:= !m68k !xtensa + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz PKG_SUBPKGS:= LIBRESSL LIBRESSL_UTIL |