From 46e208ffa9fffc3057df7a698f2124b3998a24ac Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 25 Nov 2019 11:08:46 -0700 Subject: * Add lnpno port to imap/src/osdep/unix/Makefile to account for ports that do not need/want to build using pam. Add more robustness to the configure process, to add -lcrypt to the build flags when --with-bundled-tools=no is given. --- imap/src/osdep/unix/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'imap/src/osdep/unix/Makefile') diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile index a94040c8..c4e1411f 100644 --- a/imap/src/osdep/unix/Makefile +++ b/imap/src/osdep/unix/Makefile @@ -33,7 +33,7 @@ EXTRADRIVERS=mbox PASSWDTYPE=std SSLTYPE=nopwd IP=4 - +BUNDLED= # The optimization level here for GCC ports is set here for a reason. It's # to get you to read this text. @@ -494,6 +494,15 @@ isc: # Interactive BASELDFLAGS="-linet -lnsl_s -lgen -lx -lsec -liberty" \ RANLIB=true +lnpno: # Linux disable support Pluggable Authentication modules + $(BUILD) `$(CAT) SPECIALS` OS=slx \ + SIGTYPE=psx CRXTYPE=nfs \ + SPOOLDIR=/var/spool \ + ACTIVEFILE=/var/lib/news/active \ + RSHPATH=/usr/bin/rsh \ + BASECFLAGS="$(GCCCFLAGS)" \ + BASELDFLAGS="-lcrypt" + lnp: # Linux Pluggable Authentication modules $(BUILD) `$(CAT) SPECIALS` OS=slx \ SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \ -- cgit v1.2.3-70-g09d2