summaryrefslogtreecommitdiff
path: root/www/lynx-ssl/files/patch-aa
blob: c7cfa0b60d08ecc5a285bab0737bfd7d8fe13898 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- makefile.in.orig	Sat Jan 29 23:43:49 2000
+++ makefile.in	Sun Jan 30 00:04:17 2000
@@ -54,7 +54,7 @@
 DOCDIR= $(DESTDIR)$(docdir)
 
 ## Where you want the help-files installed
-helpdir= @libdir@/lynx_help
+helpdir= $(prefix)/lib/lynx_help
 HELPDIR= $(DESTDIR)$(helpdir)
 
 ##set the relative location of the WWW library Implementation directory,
@@ -83,8 +83,8 @@
 # about the SSL patch for Lynx, please see http://www.moxienet.com/lynx/.  
 # This page also contains links which enable you to test your copy of Lynx'
 # ability to make SSL connections.
-SSL_DIR= /usr/local/ssl
-SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto
+SSL_DIR= $(OPENSSLBASE)
+SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
 SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL
 
 # !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!