rpms/libwvstreams/devel libwvstreams.spec, 1.45, 1.46 wvstreams-4.6.1-make.patch, 1.1, 1.2

Ondrej Vasik ovasik at fedoraproject.org
Wed Jan 13 13:20:52 UTC 2010


Author: ovasik

Update of /cvs/pkgs/rpms/libwvstreams/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30191

Modified Files:
	libwvstreams.spec wvstreams-4.6.1-make.patch 
Log Message:
fno-strict-aliasing, include sys/stat.h to prevent build failure


Index: libwvstreams.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libwvstreams/devel/libwvstreams.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- libwvstreams.spec	13 Jan 2010 12:37:01 -0000	1.45
+++ libwvstreams.spec	13 Jan 2010 13:20:51 -0000	1.46
@@ -47,7 +47,7 @@ touch configure
 %configure --with-dbus=yes --with-pam --with-openssl --without-tcl --with-qt=no --disable-static
 
 #upstream is working with .a lib, so hardcoding path to libdbus-1.so to prevent build failures
-make %{?_smp_mflags} LIBS_DBUS=/%{_lib}/libdbus-1.so COPTS="$RPM_OPT_FLAGS -fPIC" CXXOPTS="$RPM_OPT_FLAGS -fPIC -fpermissive" VERBOSE=1
+make %{?_smp_mflags} LIBS_DBUS=/%{_lib}/libdbus-1.so COPTS="$RPM_OPT_FLAGS -fPIC-fno-strict-aliasing" CXXOPTS="$RPM_OPT_FLAGS -fPIC -fpermissive -fno-strict-aliasing" VERBOSE=1
 
 %install
 rm -rf $RPM_BUILD_ROOT

wvstreams-4.6.1-make.patch:
 b/Makefile                               |    1 +
 b/wvrules.mk                             |   24 ++++++++++++------------
 wvstreams-4.6.1/include/wvunixdgsocket.h |    1 +
 3 files changed, 14 insertions(+), 12 deletions(-)

Index: wvstreams-4.6.1-make.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libwvstreams/devel/wvstreams-4.6.1-make.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- wvstreams-4.6.1-make.patch	13 Jan 2010 12:37:01 -0000	1.1
+++ wvstreams-4.6.1-make.patch	13 Jan 2010 13:20:51 -0000	1.2
@@ -45,3 +45,14 @@ index 877f700..921c41b 100644
  
  %.moc: %.h;	$(MOC) -o $@ $<
  
+diff -urNp wvstreams-4.6.1-orig/include/wvunixdgsocket.h wvstreams-4.6.1/include/wvunixdgsocket.h
+--- wvstreams-4.6.1-orig/include/wvunixdgsocket.h	2008-07-14 21:11:35.000000000 +0200
++++ wvstreams-4.6.1/include/wvunixdgsocket.h	2010-01-13 14:01:13.000000000 +0100
+@@ -4,6 +4,7 @@
+ #include <sys/types.h>
+ #include <sys/syslog.h>
+ #include <sys/socket.h>
++#include <sys/stat.h>
+ #include <fcntl.h>
+ 
+ #include "wvlog.h"



More information about the scm-commits mailing list