summaryrefslogtreecommitdiff
path: root/recipes/openssl/openssl_0.9.8j.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-02 13:51:36 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-02 13:51:36 +0000
commit2b85d5648249ae2464603f29ec3cb2a95c9f2a83 (patch)
tree5f8a1d5315cefd2a6f919e9ce0593f360fd4cf6c /recipes/openssl/openssl_0.9.8j.bb
parent792aafa604e03fa0ae9daae74ade28fb4bd83991 (diff)
openssl-0.9.8j: add patch to use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/openssl/openssl_0.9.8j.bb')
-rw-r--r--recipes/openssl/openssl_0.9.8j.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/openssl/openssl_0.9.8j.bb b/recipes/openssl/openssl_0.9.8j.bb
index d40fb48bfe..21450d2a24 100644
--- a/recipes/openssl/openssl_0.9.8j.bb
+++ b/recipes/openssl/openssl_0.9.8j.bb
@@ -2,10 +2,13 @@ inherit pkgconfig
require openssl.inc
-PR = "r1"
+PR = "r2"
+
+export OE_LDFLAGS="${LDFLAGS}"
SRC_URI += "file://configure-targets.patch;patch=1 \
file://shared-libs.patch;patch=1 \
- file://debian.patch;patch=1"
+ file://debian.patch;patch=1 \
+ file://oe-ldflags.patch;patch=1"
PARALLEL_MAKE = ""