openssl: kill version script for darwin
authorChris Larson <chris_larson@mentor.com>
Thu, 21 Oct 2010 14:12:36 +0000 (07:12 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 22 Oct 2010 03:30:12 +0000 (20:30 -0700)
This might not be the ideal solution, but it does get openssl-native to build
on a darwin machine.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/openssl/openssl.inc

index 5a3e6a5..22cd125 100644 (file)
@@ -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}