openssl: add arm/uclibc support
authorKoen Kooi <koen@openembedded.org>
Mon, 27 Aug 2007 16:45:50 +0000 (16:45 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 27 Aug 2007 16:45:50 +0000 (16:45 +0000)
packages/openssl/openssl-0.9.7g/armeb.patch.lock [new file with mode: 0644]
packages/openssl/openssl-0.9.7g/debian.patch.lock [new file with mode: 0644]
packages/openssl/openssl-0.9.7g/gnueabi-arm.patch.lock [new file with mode: 0644]
packages/openssl/openssl-0.9.7g/gnueabi-armeb.patch.lock [new file with mode: 0644]
packages/openssl/openssl-0.9.7g/uclibcgnueabi.patch [new file with mode: 0644]
packages/openssl/openssl_0.9.7g.bb

diff --git a/packages/openssl/openssl-0.9.7g/armeb.patch.lock b/packages/openssl/openssl-0.9.7g/armeb.patch.lock
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/openssl/openssl-0.9.7g/debian.patch.lock b/packages/openssl/openssl-0.9.7g/debian.patch.lock
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/openssl/openssl-0.9.7g/gnueabi-arm.patch.lock b/packages/openssl/openssl-0.9.7g/gnueabi-arm.patch.lock
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/openssl/openssl-0.9.7g/gnueabi-armeb.patch.lock b/packages/openssl/openssl-0.9.7g/gnueabi-armeb.patch.lock
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/openssl/openssl-0.9.7g/uclibcgnueabi.patch b/packages/openssl/openssl-0.9.7g/uclibcgnueabi.patch
new file mode 100644 (file)
index 0000000..d89bfde
--- /dev/null
@@ -0,0 +1,12 @@
+--- /tmp/Configure.patched     2007-08-27 18:34:23.412489103 +0200
++++ openssl-0.9.7g/Configure   2007-08-27 18:35:05.134866725 +0200
+@@ -478,6 +478,9 @@
+ "linux-elf-armeb","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "linux-gnueabi-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "linux-gnueabi-armeb","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"linux-uclibcgnueabi-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"linux-uclibcgnueabi-armeb","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++
+ # SCO/Caldera targets.
+ #
index d61a3a8..c128275 100644 (file)
@@ -2,9 +2,10 @@ inherit pkgconfig
 
 require openssl.inc
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://debian.patch;patch=1 \
             file://armeb.patch;patch=1;pnum=0 \
             file://gnueabi-arm.patch;patch=1 \
-            file://gnueabi-armeb.patch;patch=1"
+            file://gnueabi-armeb.patch;patch=1 \
+            file://uclibcgnueabi.patch;patch=1"