mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
af8a78cdb9
a portlint warning. Submitted by: Jim Bloom <bloom@acm.org>
19 lines
547 B
Plaintext
19 lines
547 B
Plaintext
--- imap/src/osdep/unix/Makefile.ssl.orig Fri Jan 14 20:56:16 2000
|
|
+++ imap/src/osdep/unix/Makefile.ssl Tue Feb 1 00:34:17 2000
|
|
@@ -1,12 +1,11 @@
|
|
|
|
# Extended flags needed for additional authenticators. You may need to modify.
|
|
|
|
-SSLDIR=/usr/local
|
|
-SSLCFLAGS= -I$(SSLDIR)/include
|
|
-SSLLDFLAGS= -L$(SSLDIR)/lib -lssl -lcrypto
|
|
+SSLCFLAGS= -I$(OPENSSLINC)
|
|
+SSLLDFLAGS= -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
|
|
|
|
.ifdef RSAREF
|
|
-SSLLDFLAGS+= -lRSAglue -lrsaref
|
|
+SSLLDFLAGS+= -lRSAglue -L${LOCALBASE}/lib -lrsaref
|
|
.endif
|
|
|
|
ssl: # SSL flags
|