diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-02 17:02:44 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-02 17:02:44 +0100 |
commit | ff7735d7a1e0aa9ed753553cf20acf10fbd3f81b (patch) | |
tree | 44e10d4105103ca621db71ab0b3d4b4aa50a9361 | |
parent | f728eda90912ee0e2072e422dcf7eb6589d24497 (diff) |
fix build with internal libxml2
Change-Id: I2dbef5bbe93cd8561ae0fba24f8d30771747098c
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index bec2abd7593e..5ead1031b997 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2409,7 +2409,6 @@ else # ! SYSTEM_LIBXML_FOR_BUILD define gb_ExternalExecutable__register_xmllint gb_ExternalExecutable__xmllint_TARGET := $(call gb_Executable_get_target_for_build,xmllint) -gb_ExternalExecutable__xmllint_COMMAND := $(gb_Helper_set_ld_path) $(ICECREAM_RUN) $(gb_ExternalExecutable__xmllint_TARGET) endef @@ -2423,7 +2422,6 @@ else # ! SYSTEM_LIBXSLT_FOR_BUILD define gb_ExternalExecutable__register_xsltproc gb_ExternalExecutable__xsltproc_TARGET := $(call gb_Executable_get_target_for_build,xsltproc) -gb_ExternalExecutable__xsltproc_COMMAND := $(gb_Helper_set_ld_path) $(ICECREAM_RUN) $(gb_ExternalExecutable__xsltproc_TARGET) endef |