summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-11-30 12:45:40 +0100
committerMichael Meeks <michael.meeks@collabora.com>2021-12-02 14:33:12 +0100
commit0d64d036a5bb8fd0ac0ad5ddf778ab20e6ee3110 (patch)
treed53630fcd2584038491c05787c3c2c1335e671db /RepositoryExternal.mk
parenttypo fixes in license text (diff)
downloadcore-0d64d036a5bb8fd0ac0ad5ddf778ab20e6ee3110.tar.gz
core-0d64d036a5bb8fd0ac0ad5ddf778ab20e6ee3110.zip
Replace unixODBC to iODBC that is BSD licensed
Change-Id: Ia794fd97bb70b1e33385517971a174430d11cab7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126117 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index e63b6fba6d0f..d52afc12f41c 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -50,7 +50,7 @@ else # !SYSTEM_ODBC_HEADERS
define gb_LinkTarget__use_odbc_headers
$(call gb_LinkTarget_set_include,$(1),\
- -I$(SRCDIR)/external/unixODBC/inc \
+ -I$(SRCDIR)/external/iODBC/inc \
$$(INCLUDE) \
)