summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-06 20:09:47 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:24 +0200
commitfea65aaa81938372f5c9a2689db32c73618699b3 (patch)
tree168b59e660ca4032887d1cea18fedea2c9254b9c /RepositoryExternal.mk
parent6b2ce087e1c3d592875eb36ae6ac2b6f20e248dd (diff)
unixODBC: remove Package_inc
Change-Id: I99ebfcf2a52fe108599938abad87ab73552e6e2a
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index db60dea3aa16..2d40dc09b589 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -122,7 +122,10 @@ endef
else
define gb_LinkTarget__use_odbc_headers
-$(call gb_LinkTarget_use_package,$(1),odbc_inc)
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(SRCDIR)/unixODBC/inc \
+ $$(INCLUDE) \
+)
endef