diff --git a/development/ChangeLog b/development/ChangeLog index abfc227054..6086a6edc5 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,3 +1,8 @@ +2002-10-25 Kayvan A. Sylvan + + * lyx.spec.in (CFLAGS, CXXFLAGS): Fixed to use configure + defaults instead of overriding them. + 2002-10-24 Angus Leeming * FORMAT: document further change to InsetGraphicsParams. @@ -34,7 +39,7 @@ 2002-05-25 John Levon * Code_rules/Rules: mention enums should be lower-case - + 2002-05-23 Kayvan A. Sylvan * lyx.spec.in: Remove --with-included-string for 1.3.0cvs and @@ -87,7 +92,7 @@ 2001-04-03 Kayvan Sylvan - * lyx.spec.in: fix handling of reLyX with RPM relocation. + * lyx.spec.in: fix handling of reLyX with RPM relocation. 2001-03-30 John Levon @@ -98,4 +103,3 @@ * Code_rules/Recommendations: * Code_rules/Rules: update, add some comments, spelling and grammar - diff --git a/development/lyx.spec.in b/development/lyx.spec.in index ecd20fac1b..ef607ee904 100644 --- a/development/lyx.spec.in +++ b/development/lyx.spec.in @@ -35,10 +35,9 @@ and let the computer take care of the rest. %build unset LINGUAS || true -CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} --mandir=%{_mandir} \ --bindir=%{_bindir} --datadir=%{_datadir} \ - --without-warnings + --without-warnings --disable-debug --enable-optimizations=-O2 make %install