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.
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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 "$@"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user