diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-07-19 12:57:33 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-07-19 12:57:33 +0000 |
commit | b53ecc1900c875ce6173af503800fd5843682feb (patch) | |
tree | b3d4e0afdfd91b03c3f08cd2092dafbf87333ea6 /make | |
parent | e4b6413c0c19ce5da7467e25b0a0ec8b809374a1 (diff) |
* configure.in (reloc_b): add --enable-static-gxx to statically
link to libstdc++
* lily/GNUmakefile (static-gxx-libs): new target
static-gxx-libs. Create link to libstdc++.a
* lily/new-lyric-combine-music-iterator.cc: rename to Lyric_combine_music_iterator
* lily/lyric-combine-music-iterator.cc
(Old_lyric_combine_music_iterator): rename to Old_lyric_combine_music_iterator
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond.fedora.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in index 3091df8f60..6efcdee361 100644 --- a/make/lilypond.fedora.spec.in +++ b/make/lilypond.fedora.spec.in @@ -52,7 +52,8 @@ Documentation and example files of LilyPond. An index is available at # In fact, do not take out the spaces between % and { in the above comment, # because RPM will gladly do a substitution anyway. -./configure --without-kpathsea --disable-checking --prefix=%{_prefix} --enable-optimising +# compile with static libstdc++ for better platform portability. +./configure --enable-static-gxx --without-kpathsea --disable-checking --prefix=%{_prefix} --enable-optimising make all |