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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user