diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-12 13:38:18 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-12 13:38:18 +0000 |
commit | 4eb5cc652629a0d77c666d171c66a6e3c8de4c86 (patch) | |
tree | 48c285da5bcd29b3609039dd64630cb48bd82271 /packages/openssl/openssl_0.9.8g.bb | |
parent | 563b7f68d00564f31e1e1154639af3072198a481 (diff) |
openssl_0.9.8g.bb: fix generation of shared libraries (use correct CC)
* while building the shared versions of libcrypto and libssl, the environment
variables were lost, so we ended up using the wrong CC for linking
Diffstat (limited to 'packages/openssl/openssl_0.9.8g.bb')
-rw-r--r-- | packages/openssl/openssl_0.9.8g.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/openssl/openssl_0.9.8g.bb b/packages/openssl/openssl_0.9.8g.bb index 622fd2e9c9..133283f0f8 100644 --- a/packages/openssl/openssl_0.9.8g.bb +++ b/packages/openssl/openssl_0.9.8g.bb @@ -2,9 +2,10 @@ inherit pkgconfig require openssl.inc -PR = "r6" +PR = "r7" SRC_URI += "file://debian.patch;patch=1 \ - file://configure-targets.patch;patch=1" + file://configure-targets.patch;patch=1 \ + file://shared-libs.patch;patch=1" PARALLEL_MAKE = "" |