diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0cd0551179..08030fd95d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-01 13:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * config/detect.mk + - Disabled OpenSSL detection for bcc. + For some reason it's building with errors now. + I can't figure what change caused this as it was building + fine a month ago. It's not the hbssl source code, openssl + sources are the same, I have no time to figure it out. + Anyway it wasn't working with bcc at link time anyway. + 2009-11-01 11:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbdefs.h + Added new planned types. These are meant to replace previous diff --git a/harbour/config/detect.mk b/harbour/config/detect.mk index 137a8f9380..acdce69a75 100644 --- a/harbour/config/detect.mk +++ b/harbour/config/detect.mk @@ -72,7 +72,7 @@ _DET_DSP_NAME := openssl _DET_VAR_INC_ := HB_INC_OPENSSL _DET_VAR_HAS_ := HB_HAS_OPENSSL _DET_FLT_PLAT := -_DET_FLT_COMP := !watcom +_DET_FLT_COMP := !watcom !bcc _DET_INC_DEFP := /usr/include /usr/local/include /usr/local/ssl/include /boot/common/include _DET_INC_HEAD := /openssl/ssl.h