diff --exclude='*~' -urN httpd_1.5.2a-export.orig/src/Makefile httpd_1.5.2a-export/src/Makefile --- httpd_1.5.2a-export.orig/src/Makefile 2005-05-03 23:16:50.000000000 -0400 +++ httpd_1.5.2a-export/src/Makefile 2005-05-03 23:17:26.000000000 -0400 @@ -71,7 +71,7 @@ # Place here any extra libraries you may need to link to. You # shouldn't have to. -EXTRA_LIBS=-lcrypt +EXTRA_LIBS=-lcrypt -lgdbm_compat # Place here any flags you may need upon linking, such as a flag to # prevent dynamic linking (if desired) diff --exclude='*~' -urN httpd_1.5.2a-export.orig/support/Makefile httpd_1.5.2a-export/support/Makefile --- httpd_1.5.2a-export.orig/support/Makefile 2005-05-03 23:16:50.000000000 -0400 +++ httpd_1.5.2a-export/support/Makefile 2005-05-03 23:17:26.000000000 -0400 @@ -49,7 +49,7 @@ make all CC=gcc CFLAGS="-DHPUX" EXTRA_LIBS=-lndbm linux: - make all CC=gcc CFLAGS="-DLINUX" EXTRA_LIBS="-lgdbm -lcrypt" + make all CC=gcc CFLAGS="-DLINUX" EXTRA_LIBS="-lgdbm -lgdbm_compat -lcrypt" netbsd: make all CC=cc CFLAGS="-DNETBSD" EXTRA_LIBS=-lcrypt