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"