From 946518bdcd6300987f657a66083186e2705550d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Fri, 24 May 2002 07:42:03 +0000 Subject: [PATCH] lyx.spec.in.patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4194 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/ChangeLog | 5 +++++ development/lyx.spec.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/development/ChangeLog b/development/ChangeLog index 386db22a49..a77738b9d8 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,3 +1,8 @@ +2002-05-23 Kayvan A. Sylvan + + * lyx.spec.in: Remove --with-included-string for 1.3.0cvs and + beyond. + 2001-12-03 André Pönitz * Code_rules/Recommendations: add note about long conditions diff --git a/development/lyx.spec.in b/development/lyx.spec.in index 194d45d84a..ecd20fac1b 100644 --- a/development/lyx.spec.in +++ b/development/lyx.spec.in @@ -38,7 +38,7 @@ unset LINGUAS || true CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} --mandir=%{_mandir} \ --bindir=%{_bindir} --datadir=%{_datadir} \ - --without-warnings --with-included-string + --without-warnings make %install