2009-02-20 10:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* bin/postinst.sh
    ! Fixed s&r error (LIBTOOHB_USR_LDFLAGS).
    * Renamed LIBTOOL_USR to HB_USR_LIBTOOL.
This commit is contained in:
Viktor Szakats
2009-02-20 09:59:02 +00:00
parent 8f382cc445
commit 6e2ef26c78
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-20 10:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* bin/postinst.sh
! Fixed s&r error (LIBTOOHB_USR_LDFLAGS).
* Renamed LIBTOOL_USR to HB_USR_LIBTOOL.
2009-02-20 10:32 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
! Fixed build compiler detection when GNU C++ was used on Linux.

View File

@@ -56,7 +56,7 @@ then
# We must build an archive index on Darwin
#AR="${CCPREFIX}ar -crs"
AR="libtool"
AR_OPT="-static ${LIBTOOHB_USER_LDFLAGS} -o "
AR_OPT="-static ${HB_USR_LIBTOOL} -o "
fi
if [ -n "${HB_TOOLS_PREF}" ]; then