[meego-commits] 5651: Changes to Trunk/libsatsolver
Anas Nashif
nashif at linux.intel.com
Tue Jul 13 22:59:31 UTC 2010
Hi,
I have made the following changes to libsatsolver in project Trunk. Please review and accept ASAP.
Thank You,
Anas Nashif
[This message was auto-generated]
---
Request #5651:
submit: Trunk:Testing/libsatsolver(r10) -> Trunk/libsatsolver
Message:
Move to Trunk
State: new 2010-07-13T10:54:09 nashif
Comment: None
changes files:
--------------
--- libsatsolver.changes
+++ libsatsolver.changes
@@ -0,0 +1,3 @@
+* Sun Jul 11 2010 Anas Nashif <anas.nashif at intel.com> - 0.15.0
+- Fixed build with new compiler/glibc
+
new:
----
satsolver-gcc45.patch
spec files:
-----------
--- libsatsolver.spec
+++ libsatsolver.spec
@@ -8,10 +8,8 @@
Source: satsolver-%{version}.tar.bz2
# already fixed upstream
Patch1: libsatsolver-0.15-ARMV7.patch
+Patch2: satsolver-gcc45.patch
-# Patches in upstream
-#Patch100: satsolver-0.14.14-set_thread_count.patch
-#Patch101: satsolver-0.14.14-parse_uservisible.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Development/Libraries/C and C++
@@ -119,8 +117,7 @@
%setup -q -n satsolver-%{version}
# already fixed upstream
%patch1 -p1
-#%patch100 -p1
-#%patch101 -p1
+%patch2 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
other changes:
--------------
++++++ satsolver-gcc45.patch (new)
--- satsolver-gcc45.patch
+++ satsolver-gcc45.patch
+--- a/examples/solv.c
++++ b/examples/solv.c
+@@ -28,6 +28,7 @@
+ #include <sys/wait.h>
+ #include <time.h>
+ #include <sys/time.h>
++#include <sys/stat.h>
+
+ #include <sys/socket.h>
+ #include <netdb.h>
More information about the MeeGo-commits
mailing list