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:
d1d6f80
)
openssl: add i386-darwin to known buildhosts
author
Jason Kridner
<jkridner@beagleboard.org>
Thu, 13 Nov 2008 15:06:55 +0000
(16:06 +0100)
committer
Chris Larson
<chris_larson@mentor.com>
Fri, 22 Oct 2010 03:11:25 +0000
(20:11 -0700)
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
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
b6f0c79
..
5a3e6a5
100644
(file)
--- a/
recipes/openssl/openssl.inc
+++ b/
recipes/openssl/openssl.inc
@@
-82,6
+82,9
@@
do_configure () {
linux-sparc)
target=linux-sparcv8
;;
+ darwin-i386)
+ target=darwin-i386-cc
+ ;;
esac
# inject machine-specific flags
sed -i -e "s|^\(\"$target\",\s*\"[^:]\+\):\([^:]\+\)|\1:${CFLAG}|g" Configure