From: Chris Larson Date: Thu, 21 Oct 2010 14:12:36 +0000 (-0700) Subject: openssl: kill version script for darwin X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f94eb989a4f150a7a2a5514d3e29ac3ff2557e0;p=openembedded.git openssl: kill version script for darwin This might not be the ideal solution, but it does get openssl-native to build on a darwin machine. Signed-off-by: Chris Larson --- diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc index 5a3e6a5301..22cd125b47 100644 --- a/recipes/openssl/openssl.inc +++ b/recipes/openssl/openssl.inc @@ -27,6 +27,10 @@ FILES_libcrypto = "${libdir}/libcrypto.so.*" FILES_libssl = "${libdir}/libssl.so.*" FILES_${PN}-misc = "${libdir}/ssl/misc ${libdir}/ssl/openssl.cnf" +do_configure_prepend_darwin () { + sed -i -e '/version-script=openssl\.ld/d' Configure +} + do_configure () { cd util perl perlpath.pl ${bindir}