[meego-commits] 5735: Changes to Trunk/libjpeg
Anas Nashif
nashif at linux.intel.com
Thu Jul 15 13:53:09 UTC 2010
Hi,
I have made the following changes to libjpeg in project Trunk. Please review and accept ASAP.
Thank You,
Anas Nashif
[This message was auto-generated]
---
Request #5735:
submit: Trunk:Testing/libjpeg(r5) -> Trunk/libjpeg
Message:
Move to Trunk
State: new 2010-07-15T01:47:49 nashif
Comment: None
changes files:
--------------
--- libjpeg.changes
+++ libjpeg.changes
@@ -0,0 +1,3 @@
+* Thu Jul 15 2010 Marko Saukko <marko.saukko at cybercom.com> 6b
+- ARM compile fix
+
old:
----
libjpeg-armv5tel.patch
new:
----
libjpeg-arm-arch.patch
spec files:
-----------
--- libjpeg.spec
+++ libjpeg.spec
@@ -13,7 +13,7 @@
Patch4: libjpeg-cflags.patch
Patch5: libjpeg-buf-oflo.patch
Patch6: libjpeg-autoconf.patch
-Patch7: libjpeg-armv5tel.patch
+Patch7: libjpeg-arm-arch.patch
BuildRequires: autoconf libtool
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
other changes:
--------------
++++++ libjpeg-arm-arch.patch (new)
--- libjpeg-arm-arch.patch
+++ libjpeg-arm-arch.patch
+--- jpeg-6b/config.sub.orig 2010-07-15 11:04:36.517539784 +0300
++++ jpeg-6b/config.sub 2010-07-15 11:05:47.170287930 +0300
+@@ -165,6 +165,12 @@
+ i[3456]86)
+ basic_machine=$basic_machine-pc
+ ;;
++ armv5tel-*)
++ basic_machine=armv5tel-meego
++ ;;
++ armv7l-*)
++ basic_machine=armv7l-meego
++ ;;
+ # Object if more than one company name word.
+ *-*-*)
+ echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
++++++ deleted files:
--- libjpeg-armv5tel.patch
More information about the MeeGo-commits
mailing list