This patch will create the /lib/engines directory if it doesn't exist on 
installation. Please apply.

(Patch taken from gentoo linux)

-- 
Hanno Böck              Blog:           http://www.hboeck.de/
GPG: 3DBD3B20           Jabber/Mail:    [EMAIL PROTECTED]

--- openssl-0.9.8/engines/Makefile	2005-07-06 01:19:15.000000000 +0200
+++ openssl-0.9.8.az/engines/Makefile	2005-07-06 01:20:04.000000000 +0200
@@ -88,6 +88,7 @@
 	@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
 	@if [ -n "$(SHARED_LIBS)" ]; then \
 		set -e; \
+		$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines; \
 		for l in $(LIBNAMES); do \
 			( echo installing $$l; \
 			  if [ "$(PLATFORM)" != "Cygwin" ]; then \

Attachment: signature.asc
Description: PGP signature

Reply via email to