summaryrefslogtreecommitdiff
path: root/package/supl/Makefile
AgeCommit message (Collapse)Author
2024-02-25supl: remove packageWaldemar Brodkorb
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2015-10-22ssl: rework ssl supportWaldemar Brodkorb
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build.
2015-02-28cleanup phil's submissionsWaldemar Brodkorb
- use () instead of {} in make variables for now - use PKG_HASH instead of PKG_MD5SUM - update to latest upstream versions - use a newline between PKG_* variables and DISTFILES - use <pkgname>-install instead of post-install - use lowercase description texts only - fix some missing PKG_BUILDDEP - elfutils needs argp, which is not available in uClibc-ng, yet - PKG_HASH is not required for git sources
2015-02-28port supl library packagePhil Sutter
Also enhance the client to allow binding to an interface.