diff options
author | Memphiz <memphis@machzwo.de> | 2013-12-23 15:19:12 +0100 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-24 11:49:01 +1300 |
commit | 2c0bcf79b0412a549f79a04fa2623ff924076126 (patch) | |
tree | 8c09e7621930dd9a222b7e34a0c77c98d7dcbf40 /tools | |
parent | 4533c80cb421af4f10b60c7304b924c42c394f5e (diff) |
- don't build xsltproc - it pulls in a lot of dependencies which are not available for rbpi (and so linker would try to link in x86 libs found in the system - which fails for arm linkage)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libxslt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/libxslt/Makefile b/tools/depends/target/libxslt/Makefile index ad2882d136..6d6bc8c549 100644 --- a/tools/depends/target/libxslt/Makefile +++ b/tools/depends/target/libxslt/Makefile @@ -25,6 +25,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) sed -ie "s|runtest$$(EXEEXT)||" "$(PLATFORM)/Makefile.in" sed -ie "s|testrecurse$$(EXEEXT)||" "$(PLATFORM)/Makefile.in" + sed -ie "s|xsltproc||" "$(PLATFORM)/Makefile.in" cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) |