diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-28 19:04:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-30 21:18:09 +0200 |
commit | 4237c9d899a7e5dfb9d62644601bcbfa1574ab82 (patch) | |
tree | ccb7b6d3fe16110c0dbc0648ca5c7760ab6d2b31 /package/ssltunnel/Makefile | |
parent | f9be3a73d76d5cf4f8b07cbbff925872927a1eaa (diff) |
remove OpenSSL support
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.
Diffstat (limited to 'package/ssltunnel/Makefile')
-rw-r--r-- | package/ssltunnel/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/package/ssltunnel/Makefile b/package/ssltunnel/Makefile deleted file mode 100644 index f23371ed8..000000000 --- a/package/ssltunnel/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${ADK_TOPDIR}/rules.mk - -PKG_NAME:= ssltunnel -PKG_VERSION:= 1.18 -PKG_RELEASE:= 1 -PKG_HASH:= 1d2e4bbc935341775e7cc26dae980d6bdd5e8351f5a0cbf4d85363ac5d71081f -PKG_DESCR:= ppp over ssl vpn tool -PKG_SECTION:= net/security -PKG_DEPENDS:= ppp libopenssl -PKG_BUILDDEP:= ppp openssl -PKG_SITES:= http://www.hsc.fr/ressources/outils/ssltunnel/download/ - -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz - -PKG_LIBC_DEPENDS:= uclibc-ng glibc - -include ${ADK_TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,SSLTUNNEL,ssltunnel,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" -XAKE_FLAGS+= CCOPT="${TARGET_CFLAGS}" INCLS="-I. -I${STAGING_TARGET_DIR}/usr/include" - -ssltunnel-install: - ${INSTALL_DIR} ${IDIR_SSLTUNNEL}/usr/bin - ${INSTALL_DIR} ${IDIR_SSLTUNNEL}/usr/sbin - ${INSTALL_DIR} ${IDIR_SSLTUNNEL}/usr/libexec - ${INSTALL_BIN} ${WRKINST}/usr/bin/pppclient \ - ${IDIR_SSLTUNNEL}/usr/bin/ - ${INSTALL_BIN} ${WRKINST}/usr/sbin/pppwho \ - ${IDIR_SSLTUNNEL}/usr/sbin/ - ${INSTALL_BIN} ${WRKINST}/usr/libexec/pppserver \ - ${IDIR_SSLTUNNEL}/usr/libexec/ - -include ${ADK_TOPDIR}/mk/pkg-bottom.mk |