From dca44d2c06d04f303d8eabf9e144677d3054e244 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 26 May 2010 00:04:44 +0000 Subject: [PATCH] 2010-05-26 02:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.sh ! Enabled missing postinst activities for 'clang' targets. --- harbour/ChangeLog | 4 ++++ harbour/bin/postinst.sh | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 61361e8c3d..17b3546871 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-05-26 02:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * bin/postinst.sh + ! Enabled missing postinst activities for 'clang' targets. + 2010-05-26 01:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbolesrv.def * contrib/hbwin/hbolesrv-mgw.def diff --git a/harbour/bin/postinst.sh b/harbour/bin/postinst.sh index 1590150946..0422170d60 100755 --- a/harbour/bin/postinst.sh +++ b/harbour/bin/postinst.sh @@ -270,7 +270,8 @@ if [ "$HB_COMPILER" = "gcc" ] || \ [ "$HB_COMPILER" = "djgpp" ] || \ [ "$HB_COMPILER" = "icc" ] || \ [ "$HB_COMPILER" = "sunpro" ] || \ - [ "$HB_COMPILER" = "open64" ] + [ "$HB_COMPILER" = "open64" ] || \ + [ "$HB_COMPILER" = "clang" ] then if [ -n "${HB_TOOLS_PREF}" ]; then hb_mkdyn="${HB_INST_PKGPREF}${HB_BIN_INSTALL}/${HB_TOOLS_PREF}-mkdyn"