2010-05-26 02:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* bin/postinst.sh
    ! Enabled missing postinst activities for 'clang' targets.
This commit is contained in:
Viktor Szakats
2010-05-26 00:04:44 +00:00
parent 06e8ad1f32
commit dca44d2c06
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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"