|
@@ -287,7 +287,7 @@ ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
|
override TARGET_DIRS+=interbase postgres mysql odbc oracle
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
|
-override TARGET_DIRS+=interbase
|
|
|
+override TARGET_DIRS+=interbase odbc
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
|
override TARGET_DIRS+=interbase postgres mysql odbc oracle
|
|
@@ -1759,6 +1759,7 @@ endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
REQUIRE_PACKAGES_IBASE=1
|
|
|
+REQUIRE_PACKAGES_ODBC=1
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
@@ -2575,6 +2576,7 @@ TARGET_DIRS_ORACLE=1
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
|
TARGET_DIRS_INTERBASE=1
|
|
|
+TARGET_DIRS_ODBC=1
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
|
TARGET_DIRS_INTERBASE=1
|