rpms/samba4/F-13 samba4.spec,1.34,1.35

Matthew Barnes mbarnes at fedoraproject.org
Mon Jun 7 11:10:24 UTC 2010


Author: mbarnes

Update of /cvs/pkgs/rpms/samba4/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13839

Modified Files:
	samba4.spec 
Log Message:

* Mon Jun 07 2010 Matthew Barnes <mbarnes at redhat.com> - 4.0.0-23.alpha11
- Add "-fno-strict-aliasing" to CFLAGS.



Index: samba4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba4/F-13/samba4.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- samba4.spec	25 Jan 2010 03:40:05 -0000	1.34
+++ samba4.spec	7 Jun 2010 11:10:24 -0000	1.35
@@ -1,4 +1,4 @@
-%define main_release 22
+%define main_release 23
 %define samba4_version 4.0.0
 
 %define talloc_version 2.0.1
@@ -330,7 +330,7 @@ cp -a source4/lib/ldb standalone/lib/ldb
 %build
 %define shared_build_dir %{_sourcedir}/standalone/sbtmp
 export LD_LIBRARY_PATH=%{shared_build_dir}/lib
-export CFLAGS="$RPM_OPT_FLAGS -I%{shared_build_dir}/include"
+export CFLAGS="$RPM_OPT_FLAGS -I%{shared_build_dir}/include -fno-strict-aliasing"
 
 # talloc
 %if %enable_talloc
@@ -850,6 +850,9 @@ exit 0
 %endif
 
 %changelog
+* Mon Jun 07 2010 Matthew Barnes <mbarnes at redhat.com> - 4.0.0-23.alpha11
+- Add "-fno-strict-aliasing" to CFLAGS.
+
 * Sun Jan 24 2010 Matthew Barnes <mbarnes at redhat.com> - 4.0.0-22.alpha11
 - Upgrade to alpha11
 



More information about the scm-commits mailing list