2000-08-06 16:19:45 +00:00
|
|
|
--- makefile.in.orig Thu Aug 3 18:35:17 2000
|
|
|
|
+++ makefile.in Fri Aug 4 03:45:59 2000
|
|
|
|
@@ -48,15 +48,15 @@
|
|
|
|
MANDIR= $(DESTDIR)$(mandir)
|
|
|
|
|
|
|
|
## Where you want the lynx.cfg file installed
|
|
|
|
-libdir= @libdir@
|
|
|
|
+libdir= @libdir@
|
|
|
|
LIBDIR= $(DESTDIR)$(libdir)
|
|
|
|
|
|
|
|
## Where you want the doc-files installed
|
|
|
|
-docdir= @libdir@/lynx_doc
|
|
|
|
+docdir= @libdir@/../share/doc/lynx
|
1999-06-10 08:17:54 +00:00
|
|
|
DOCDIR= $(DESTDIR)$(docdir)
|
|
|
|
|
|
|
|
## Where you want the help-files installed
|
|
|
|
-helpdir= @libdir@/lynx_help
|
2000-08-06 16:19:45 +00:00
|
|
|
+helpdir= @libdir@/../share/lynx_help
|
1999-06-10 08:17:54 +00:00
|
|
|
HELPDIR= $(DESTDIR)$(helpdir)
|
|
|
|
|
|
|
|
##set the relative location of the WWW library Implementation directory,
|
2000-08-06 16:19:45 +00:00
|
|
|
@@ -84,8 +84,8 @@
|
1999-06-10 08:17:54 +00:00
|
|
|
# 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
|
2000-02-06 22:25:15 +00:00
|
|
|
+SSL_DIR= $(OPENSSLBASE)
|
1999-06-10 08:17:54 +00:00
|
|
|
+SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS}
|
2000-08-06 16:19:45 +00:00
|
|
|
SSL_DEFINES= -DUSE_SSL -I$(SSL_DIR)/include/openssl -I$(SSL_DIR)/include
|
1999-06-10 08:17:54 +00:00
|
|
|
|
|
|
|
# !!!!!!!!!!! SUN resolv LIBRARY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|