From ce08ede110b08db0e3dfbe8cbdd3b576fabb524d Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 10 Sep 2003 21:35:17 +0000 Subject: [PATCH] 2003-09-10 23:27 UTC+0200 Przemyslaw Czerpak * harbour/harbour.spec * harbour/make_tgz.sh * small fix --- harbour/ChangeLog | 5 +++++ harbour/harbour.spec | 8 +++++--- harbour/make_tgz.sh | 8 +++++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a401eae58d..cde07bd2b6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-09-10 23:27 UTC+0200 Przemyslaw Czerpak + * harbour/harbour.spec + * harbour/make_tgz.sh + * small fix + 2003-09-10 21:37 UTC+0200 Przemyslaw Czerpak * harbour/harbour.spec + new spec file. It creates four binary RPMs with shared and diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 35c525741b..902ddfc1f1 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -236,9 +236,11 @@ pushd source/vm make fm.o ar -r $HB_LIB_INSTALL/libfm.a fm.o rm -f fm.o - make fm.o 'HB_LIBCOMP_MT=YES' - ar -r $HB_LIB_INSTALL/libfmmt.a fm.o - rm -f fm.o + if [ $HB_MT = "MT" ]; then + make fm.o 'HB_LIBCOMP_MT=YES' + ar -r $HB_LIB_INSTALL/libfmmt.a fm.o + rm -f fm.o + fi C_USR=$TMP_C_USR popd diff --git a/harbour/make_tgz.sh b/harbour/make_tgz.sh index a684e96056..97670cdddb 100644 --- a/harbour/make_tgz.sh +++ b/harbour/make_tgz.sh @@ -64,9 +64,11 @@ pushd source/vm make fm.o ar -r $HB_LIB_INSTALL/libfm.a fm.o rm -f fm.o - make fm.o 'HB_LIBCOMP_MT=YES' - ar -r $HB_LIB_INSTALL/libfmmt.a fm.o - rm -f fm.o + if [ $HB_MT = "MT" ]; then + make fm.o 'HB_LIBCOMP_MT=YES' + ar -r $HB_LIB_INSTALL/libfmmt.a fm.o + rm -f fm.o + fi C_USR=$TMP_C_USR popd