here's ftp://ftp.isc.org/isc/bind/src/8.2.2/patch1 (BIND 8.2.2 Patch1)

Paul A Vixie vixie at mibh.net
Sat Oct 30 06:13:13 UTC 1999


this creates a top level "noesw" target, intended for use by the debian-linux
and netbsd integrators, who wanted a bind with NO Encryption Software.  just
apply this patch and type "make noesw" before beginning your integrations.

Index: Makefile
===================================================================
RCS file: /proj/cvs/isc/bind/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	1999/01/09 23:06:22	1.7
+++ Makefile	1999/10/30 06:05:12	1.8
@@ -1,4 +1,4 @@
-## Copyright (c) 1996,1999 by Internet Software Consortium.
+## Copyright (c) 1996,1999 by Internet Software Consortium, Inc.
 ##
 ## Permission to use, copy, modify, and distribute this software for any
 ## purpose with or without fee is hereby granted, provided that the above
@@ -53,5 +53,15 @@
 bind-contrib.tar.gz.asc: bind-contrib.tar.gz
 	rm -f bind-contrib.tar.gz.asc
 	pgp -sba bind-contrib.tar.gz
+
+noesw: src/Version src/lib/Makefile src/lib/dst/Makefile \
+	src/lib/cylink/. src/lib/dnssafe/.
+	perl -pi.BAK -e 's/$$/-NOESW/' src/Version
+	perl -pi.BAK -e 's/ cylink dnssafe//' src/lib/Makefile
+	perl -pi.BAK -e 's:-I../cylink::' src/lib/dst/Makefile
+	perl -pi.BAK -e 's:-I../dnssafe::' src/lib/dst/Makefile
+	perl -pi.BAK -e 's/-DCYLINK_DSS//' src/lib/dst/Makefile
+	perl -pi.BAK -e 's/-DDNSSAFE//' src/lib/dst/Makefile
+	rm -rf src/lib/cylink src/lib/dnssafe
 
 FRC:


More information about the bind-announce mailing list