diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2020-08-04 17:54:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 17:54:29 +1000 |
commit | a61f2ea5d16ffb12893aa38f16549a1354245e33 (patch) | |
tree | 4b13592124bef99d1e120b0ba81450ecd6ab1493 /tools/depends/target/libxslt/Makefile | |
parent | 17da54a98029c56c434779a4aa49894cf998c3ee (diff) | |
parent | 469a9cd956af07d0a2d13fd105073a5a99458858 (diff) |
Merge pull request #18234 from fuzzard/depends2
[tools/depends/target] bump dependencies
Diffstat (limited to 'tools/depends/target/libxslt/Makefile')
-rw-r--r-- | tools/depends/target/libxslt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/depends/target/libxslt/Makefile b/tools/depends/target/libxslt/Makefile index 0d0465e0db..af14c43802 100644 --- a/tools/depends/target/libxslt/Makefile +++ b/tools/depends/target/libxslt/Makefile @@ -1,9 +1,9 @@ include ../../Makefile.include -DEPS= ../../Makefile.include Makefile +DEPS= ../../Makefile.include Makefile 01-all-disable-tests-docs.patch # lib name, version LIBNAME=libxslt -VERSION=1.1.29 +VERSION=1.1.34 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz @@ -21,9 +21,7 @@ $(TARBALLS_LOCATION)/$(ARCHIVE): $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) 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); patch -p1 -i ../01-all-disable-tests-docs.patch cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) |