diff options
Diffstat (limited to 'package/ssmtp')
-rw-r--r-- | package/ssmtp/Config.in | 13 | ||||
-rw-r--r-- | package/ssmtp/Makefile | 4 |
2 files changed, 2 insertions, 15 deletions
diff --git a/package/ssmtp/Config.in b/package/ssmtp/Config.in deleted file mode 100644 index b4bff1c34..000000000 --- a/package/ssmtp/Config.in +++ /dev/null @@ -1,13 +0,0 @@ -config ADK_PACKAGE_SSMTP - prompt "ssmtp............................. A minimal and secure mail sender" - tristate - default n - help - A secure, effective and simple way of getting mail off a system to your - mail hub. It contains no suid-binaries or other dangerous things - no - mail spool to poke around in, and no daemons running in the background. - Mail is simply forwarded to the configured mailhost. Extremely easy - configuration. - - http://packages.debian.org/stable/mail/ssmtp - diff --git a/package/ssmtp/Makefile b/package/ssmtp/Makefile index 1fe4431d6..dc3ea501e 100644 --- a/package/ssmtp/Makefile +++ b/package/ssmtp/Makefile @@ -17,9 +17,9 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,SSMTP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_STYLE:= gnu +INSTALL_STYLE:= manual + CONFIGURE_ENV+= ac_cv_lib_nsl_gethostname=no -BUILD_STYLE:= auto do-install: ${INSTALL_DIR} ${IDIR_SSMTP}/etc/ssmtp |