rpms/wvdial/devel wvdial.spec,1.33,1.34

Ondrej Vasik ovasik at fedoraproject.org
Tue Nov 25 14:15:23 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/wvdial/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27929

Modified Files:
	wvdial.spec 
Log Message:
removed fno-rtti CPP_FLAG to compile with new libwvstreams


Index: wvdial.spec
===================================================================
RCS file: /cvs/extras/rpms/wvdial/devel/wvdial.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- wvdial.spec	21 Nov 2008 16:40:21 -0000	1.33
+++ wvdial.spec	25 Nov 2008 14:14:53 -0000	1.34
@@ -32,7 +32,7 @@
 
 %build
 make \
-	CPPOPTS="$RPM_OPT_FLAGS -DUSE_LOCKDEV=1 -fno-rtti" \
+	CPPOPTS="$RPM_OPT_FLAGS -DUSE_LOCKDEV=1" \
 	LOCKDEV=-llockdev \
 	XX_LIBS="-lcrypt -llockdev" \
 	PREFIX=%{_prefix} \
@@ -63,8 +63,9 @@
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/wvdial.conf
 
 %changelog
-* Fri Nov 21 2008 Ondrej Vasik <ovasik at redhat.com> - 1.60-7
-- new libwvstreams rebuild
+* Tue Nov 25 2008 Ondrej Vasik <ovasik at redhat.com> - 1.60-7
+- new libwvstreams rebuild, removed -fno-rtti CPP_FLAG to
+  compile correctly with new libwvstreams
 
 * Fri Aug 29 2008 Ondrej Vasik <ovasik at redhat.com> - 1.60-6
 - patch fuzz clean up




More information about the scm-commits mailing list