From 6e2ef26c78deec98e9c7f7eeaf90099e52970aa5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 20 Feb 2009 09:59:02 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 5 +++++ harbour/bin/postinst.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5ef56ec17c..903b635428 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/bin/postinst.sh b/harbour/bin/postinst.sh index 36409f3703..86612d289a 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 ${LIBTOOHB_USER_LDFLAGS} -o " + AR_OPT="-static ${HB_USR_LIBTOOL} -o " fi if [ -n "${HB_TOOLS_PREF}" ]; then