rpms/lyx/devel lyx.spec,1.27,1.28

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Mar 8 19:15:44 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/lyx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20918

Modified Files:
	lyx.spec 
Log Message:
add mailing list reference for dropping -fexceptions
drop last boost reference



Index: lyx.spec
===================================================================
RCS file: /cvs/extras/rpms/lyx/devel/lyx.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- lyx.spec	8 Mar 2006 18:11:00 -0000	1.27
+++ lyx.spec	8 Mar 2006 19:15:44 -0000	1.28
@@ -97,7 +97,8 @@
 unset QTDIR || : ; . /etc/profile.d/qt.sh
 export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 
-# drop -fexceptions from RPM_OPT_FLAGS (suggested by lyx devs)
+# drop -fexceptions from RPM_OPT_FLAGS, suggested by lyx devs:
+# http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg85794.html
 export CFLAGS="$(echo %optflags | sed -e 's|-fexceptions||' )"
 export CXXFLAGS="$(echo %optflags | sed -e 's|-fexceptions||' )"
 
@@ -112,7 +113,6 @@
   --with-aspell \
   --without-warnings --disable-dependency-tracking \
   --disable-debug --disable-stdlib-debug --disable-assertions --disable-concept-checks \
-  %{?_without_included_boost}
 
 # Intermediate cleanup
 # (for the paranoid, we could do a full 'make clean', and drop --disable-dependancy-tracking




More information about the fedora-extras-commits mailing list