diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:16:01 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:16:01 +0000 |
commit | 42389d0fd9883815f40c5777ef0ca095adf86fe6 (patch) | |
tree | bfc63c430cf01eb0c3e8f996f7837933f8f669f3 /packages/openssl/openssl_0.9.8g.bb | |
parent | d19f3f37f9494117f22806f7476c0c0efaa42fa4 (diff) |
openssl_0.9.8g.bb : new version from OM mtn
Diffstat (limited to 'packages/openssl/openssl_0.9.8g.bb')
-rw-r--r-- | packages/openssl/openssl_0.9.8g.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/openssl/openssl_0.9.8g.bb b/packages/openssl/openssl_0.9.8g.bb new file mode 100644 index 0000000000..622fd2e9c9 --- /dev/null +++ b/packages/openssl/openssl_0.9.8g.bb @@ -0,0 +1,10 @@ +inherit pkgconfig + +require openssl.inc + +PR = "r6" + +SRC_URI += "file://debian.patch;patch=1 \ + file://configure-targets.patch;patch=1" + +PARALLEL_MAKE = "" |