diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-12 19:29:18 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-12 19:29:18 +0000 |
commit | 11e808cd7b8470ff63b74126bb13eba69f725f78 (patch) | |
tree | ba798ff31eb169d5d78059dee94d14339bada42e /packages/openssl/openssl-native_0.9.7m.bb | |
parent | 98269dda52518038cda6293eedb54c2538c1358d (diff) |
openssl.inc: fix openssl 0.9.8 builds for x86 targets
* split do_compile() into do do_configure() and do_compile()
* don't clobber CFLAG by exporting it: edit Configure script to set
the machine-specific flags, and let the Configure script append
feature-based flags
* don't use linux-pentium and linux-ppro, they got dropped in openssl 0.9.8,
use the Debian machine definitions instead
Diffstat (limited to 'packages/openssl/openssl-native_0.9.7m.bb')
-rw-r--r-- | packages/openssl/openssl-native_0.9.7m.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openssl/openssl-native_0.9.7m.bb b/packages/openssl/openssl-native_0.9.7m.bb index 115d4011d9..f48e123152 100644 --- a/packages/openssl/openssl-native_0.9.7m.bb +++ b/packages/openssl/openssl-native_0.9.7m.bb @@ -2,7 +2,7 @@ inherit pkgconfig native require openssl.inc -PR = "r1" +PR = "r2" SRC_URI += "file://debian.patch;patch=1 \ file://armeb.patch;patch=1;pnum=0 \ |