diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 903b635428..2b07130f99 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-20 11:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * bin/postinst.sh + ! Fix to prev HB_USR_LIBTOOL should be HB_USER_LIBTOOL to be + consistent. + + * bin/hb-func.sh + * HB_USR_LIBS -> HB_USER_LIBS to be in sync with rest of Harbour. + 2009-02-20 10:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/postinst.sh ! Fixed s&r error (LIBTOOHB_USR_LDFLAGS). diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index de3e24c0d8..867c8e8ae0 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -99,7 +99,7 @@ mk_hbgetlibsctb() then libs="$libs gtwin" fi - echo "$libs hbct hbnf hbmzip hbcrypt hbtip xhb hbgd hbfimage rddsql sddfb sddmy sddpg hbodbc hbpgsql hbmysql hbfbird rddads rddado hbhpdf hbvpdf hbcurl hbwin gtwvg hbgtalleg hbsqlit3 hbbtree $HB_USR_LIBS" + echo "$libs hbct hbnf hbmzip hbcrypt hbtip xhb hbgd hbfimage rddsql sddfb sddmy sddpg hbodbc hbpgsql hbmysql hbfbird rddads rddado hbhpdf hbvpdf hbcurl hbwin gtwvg hbgtalleg hbsqlit3 hbbtree $HB_USER_LIBS" #"hbgf hbgt hbbmcdx hbmisc hbole hbtpathy hbwhat hbziparc hbmsql" else echo "$@" diff --git a/harbour/bin/postinst.sh b/harbour/bin/postinst.sh index 86612d289a..a835e4b272 100755 --- a/harbour/bin/postinst.sh +++ b/harbour/bin/postinst.sh @@ -56,7 +56,7 @@ then # We must build an archive index on Darwin #AR="${CCPREFIX}ar -crs" AR="libtool" - AR_OPT="-static ${HB_USR_LIBTOOL} -o " + AR_OPT="-static ${HB_USER_LIBTOOL} -o " fi if [ -n "${HB_TOOLS_PREF}" ]; then