* harbour.spec
! Modified this line:
%define hb_lflag export HB_USER_LDFLAGS="${CC_HB_USER_LDFLAGS} %{?_with_static:-static}"
to this:
%define hb_lflag export HB_USER_LDFLAGS=
_with_static is later converted to HB_BUILD_SHARED setting which is right.
* Formatting.