[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/db4/devel db4.spec,1.24,1.25



Author: pnasrat

Update of /cvs/dist/rpms/db4/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19401

Modified Files:
	db4.spec 
Log Message:
fix for java


Index: db4.spec
===================================================================
RCS file: /cvs/dist/rpms/db4/devel/db4.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- db4.spec	20 Sep 2005 21:57:46 -0000	1.24
+++ db4.spec	21 Sep 2005 22:02:47 -0000	1.25
@@ -12,7 +12,7 @@
 Summary: The Berkeley DB database library (version 4) for C.
 Name: db4
 Version: 4.3.28
-Release: 2
+Release: 3
 Source: http://www.sleepycat.com/update/%{version}/db-%{version}.tar.gz
 Source1: http://www.sleepycat.com/update/1.85/db.1.85.tar.gz
 Source2: nptl-abi-note.S
@@ -159,7 +159,7 @@
 ./s_config
 
 %build
-CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"; export CFLAGS
 
 # Build the old db-185 libraries.
 make -C db.1.85/PORT/%{_os} OORG="$CFLAGS"
@@ -357,6 +357,9 @@
 %endif
 
 %changelog
+* Wed Sep 21 2005 Paul Nasrat <pnasrat redhat com> 4.3.28-3
+- Add fno-strict-aliasing for java (#168965)
+
 * Tue Sep 20 2005 Paul Nasrat <pnasrat redhat com> 4.3.28-2
 - no java for ppc64 for now (#166657)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]