mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6ea24563ed
Natively SSLtelnet works with SSLeay, only. PR: ports/12973 Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer)
14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
--- lib/libtelnet/Makefile.orig Sat Aug 2 14:31:37 1997
|
|
+++ lib/libtelnet/Makefile Thu Aug 5 03:52:45 1999
|
|
@@ -12,8 +12,8 @@
|
|
#CFLAGS= -DENCRYPT -DAUTHENTICATE -DSRA -DUSE_SSL -DDES_ENCRYPTION \
|
|
#-I../libbsd/include -I../libpk
|
|
|
|
-CFLAGS= -DAUTHENTICATE -DUSE_SSL \
|
|
--I../libbsd/include -I$(SSLTOP)/include -I../libpk -g
|
|
+CFLAGS+= -DAUTHENTICATE -DUSE_SSL -I$(SSLTOP)/include \
|
|
+ -I$(SSLTOP)/include/openssl -I../libbsd/include
|
|
|
|
lib${LIB}.a: ${OBJS}
|
|
echo building standard ${LIB} library
|