On Sunday 10 January 2010 21:53:03 Mike Frysinger wrote:
> openssl-1.0.0-beta4 and the openssl-1.0.0-stable branch are still using
> "/lib/" instead of "/$(LIBDIR)/" in a few places.

there is also a missing ref in the top level Makefile.org
-mike

Index: Makefile.org
===================================================================
RCS file: /usr/local/src/openssl/CVSROOT/openssl/Makefile.org,v
retrieving revision 1.295.2.8
diff -u -p -r1.295.2.8 Makefile.org
--- Makefile.org	15 Oct 2009 23:44:11 -0000	1.295.2.8
+++ Makefile.org	11 Jan 2010 03:01:02 -0000
@@ -551,7 +551,7 @@ install_sw:
 			fi; \
 		done; \
 		(	here="`pwd`"; \
-			cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
+			cd $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR); \
 			$(MAKE) -f $$here/Makefile HERE="$$here" link-shared ); \
 		if [ "$(INSTALLTOP)" != "/usr" ]; then \
 			echo 'OpenSSL shared libraries have been installed in:'; \

Attachment: signature.asc
Description: PGP signature

Reply via email to