From 11e808cd7b8470ff63b74126bb13eba69f725f78 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Mon, 12 May 2008 19:29:18 +0000 Subject: 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 --- packages/openssl/openssl-native_0.9.7g.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/openssl/openssl-native_0.9.7g.bb') diff --git a/packages/openssl/openssl-native_0.9.7g.bb b/packages/openssl/openssl-native_0.9.7g.bb index 115d4011d9..f48e123152 100644 --- a/packages/openssl/openssl-native_0.9.7g.bb +++ b/packages/openssl/openssl-native_0.9.7g.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 \ -- cgit v1.2.3