mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Included spec-patch by Kayvan.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@820 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7590dcfa98
commit
a847627f1f
@ -1,3 +1,10 @@
|
||||
2000-06-17 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* development/lyx.spec.in: Call configure with ``--without-warnings''
|
||||
to work around a bug with the Makefiles when doing ``make lyxrpm''.
|
||||
This should be fine, however, since we generally don't want to be
|
||||
verbose when making an RPM.
|
||||
|
||||
2000-06-16 Dekel Tsur <dekel@math.tau.ac.il>
|
||||
|
||||
* lib/scripts/fig2pstex.py: New file
|
||||
|
@ -37,7 +37,8 @@ place that the Redhat tetex package is installed and would see it.
|
||||
|
||||
%build
|
||||
unset LINGUAS || true
|
||||
CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
|
||||
CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" \
|
||||
./configure --prefix=/usr --without-warnings
|
||||
make
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user