Kaydet (Commit) fdfcf278 authored tarafından Michael Stahl's avatar Michael Stahl

Revert "Trying to fix win32 dbgutil build of firebird"

This reverts commit 83dc9003.

The problem is fixed better by following commit.

Conflicts:

	firebird/firebird-cygwin-msvc-dbgutil.patch.1

Change-Id: I41c9e992d0cacb3c16cc9c4a5029eb9a5345cf3a
üst 72849607
...@@ -20,16 +20,10 @@ $(eval $(call gb_UnpackedTarball_add_patches,firebird,\ ...@@ -20,16 +20,10 @@ $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
)) ))
ifeq ($(OS)-$(COM),WNT-MSC) ifeq ($(OS)-$(COM),WNT-MSC)
ifeq ($(ENABLE_DBGUTIL),TRUE)
$(eval $(call gb_UnpackedTarball_add_patches,firebird,\
firebird/firebird-cygwin-msvc-dbgutil.patch.1 \
))
else
$(eval $(call gb_UnpackedTarball_add_patches,firebird,\ $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
firebird/firebird-cygwin-msvc.patch.1 \ firebird/firebird-cygwin-msvc.patch.1 \
)) ))
endif endif
endif
ifeq ($(OS),MACOSX) ifeq ($(OS),MACOSX)
$(eval $(call gb_UnpackedTarball_add_patches,firebird,\ $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment