git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79a205
)
openssl: kill version script for darwin
author
Chris Larson
<chris_larson@mentor.com>
Thu, 21 Oct 2010 14:12:36 +0000
(07:12 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/recipes/openssl/openssl.inc
b/recipes/openssl/openssl.inc
index
5a3e6a5
..
22cd125
100644
(file)
--- 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}