2011-02-01 16:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/3rd/zlib/Makefile
    ! Deleted ugly pocc64 workaround for zlib dynamic build.
      This should fix link errors when using HB_BUILD_CONTRIB_DYN=yes.
This commit is contained in:
Viktor Szakats
2011-02-01 16:00:23 +00:00
parent 0938c26a1e
commit c9521fc9a7
2 changed files with 6 additions and 5 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-01 16:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/3rd/zlib/Makefile
! Deleted ugly pocc64 workaround for zlib dynamic build.
This should fix link errors when using HB_BUILD_CONTRIB_DYN=yes.
2011-02-01 16:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
! Fixed to build with pocc after recent png update.
@@ -22009,6 +22014,7 @@
../../../crc32.c(223): error #3151: [asm] Syntax error.
../../../crc32.c(223): error #3151: [asm] Syntax error.
---
[FIXED]
* external/bzip2/Makefile
! Disabled for pocc64 (both 5 and 6), due to this error:

View File

@@ -11,11 +11,6 @@ LIBNAME := hbzlib
HB_BUILD_WARN := no
HB_BUILD_MODE := c
# Ugly workaround to avoid fatal error when building for pocc64
ifneq ($(HB_COMPILER),pocc64)
HB_CFLAGS_DYN := -DZLIB_DLL
endif
C_SOURCES := \
adler32.c \
compress.c \