From cbcf2194b1e91683e23d918b35081d57b031b9a3 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 3 Jan 2019 04:21:04 -0600 Subject: [PATCH] imap-2007f-ldflags.patch --- src/osdep/unix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osdep/unix/Makefile b/src/osdep/unix/Makefile index 78913ac..eb52474 100644 --- a/src/osdep/unix/Makefile +++ b/src/osdep/unix/Makefile @@ -73,7 +73,7 @@ SSLRSA= # -lRSAglue -lrsaref SSLCFLAGS= -I$(SSLINCLUDE) -I$(SSLINCLUDE)/openssl\ -DSSL_CERT_DIRECTORY=\"$(SSLCERTS)\" -DSSL_KEY_DIRECTORY=\"$(SSLKEYS)\" -SSLLDFLAGS= -L$(SSLLIB) -lssl $(SSLCRYPTO) $(SSLRSA) +SSLLDFLAGS= -L$(SSLLIB) -lssl $(SSLCRYPTO) $(SSLRSA) $(EXTRALDFLAGS) # Extended flags needed for non-standard passwd types. You may need to modify. @@ -498,7 +498,7 @@ lnp: # Linux Pluggable Authentication modules ACTIVEFILE=/var/lib/news/active \ RSHPATH=/usr/bin/rsh \ BASECFLAGS="$(GCCCFLAGS)" \ - BASELDFLAGS="$(PAMLDFLAGS)" + BASELDFLAGS="$(EXTRALDFLAGS) $(PAMLDFLAGS)" lnx: # Linux non-shadow passwords @echo You are building for traditional Linux *without* shadow