|
@@ -199,7 +199,7 @@ define $(2)_CONFIGURE_CMDS
|
|
|
--disable-documentation \
|
|
|
--with-xmlto=no \
|
|
|
--with-fop=no \
|
|
|
- --disable-dependency-tracking \
|
|
|
+ $$(if $$($$(PKG)_OVERRIDE_SRCDIR),,--disable-dependency-tracking) \
|
|
|
--enable-ipv6 \
|
|
|
$$(DISABLE_NLS) \
|
|
|
$$(SHARED_STATIC_LIBS_OPTS) \
|
|
@@ -232,7 +232,7 @@ define $(2)_CONFIGURE_CMDS
|
|
|
--disable-debug \
|
|
|
--with-xmlto=no \
|
|
|
--with-fop=no \
|
|
|
- --disable-dependency-tracking \
|
|
|
+ $$(if $$($$(PKG)_OVERRIDE_SRCDIR),,--disable-dependency-tracking) \
|
|
|
$$(QUIET) $$($$(PKG)_CONF_OPTS) \
|
|
|
)
|
|
|
endef
|