diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-06-13 14:22:31 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-06-13 14:22:31 +0200 |
commit | a0280e5fcdd0e545e22bb44f194a35e32f3a70b5 (patch) | |
tree | d89978965ec3267864d6e5f78504b468d0e7f8e4 | |
parent | 58abbb6a2eec3d9106ad528a6485011198df4856 (diff) |
[depends] refresh bzip2 patches
-rw-r--r-- | tools/depends/target/bzip2/Makefile | 2 | ||||
-rw-r--r-- | tools/depends/target/bzip2/Makefile.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/depends/target/bzip2/Makefile b/tools/depends/target/bzip2/Makefile index cf298aabb3..3541d3831c 100644 --- a/tools/depends/target/bzip2/Makefile +++ b/tools/depends/target/bzip2/Makefile @@ -20,7 +20,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) - cd $(PLATFORM); patch -p1 <../Makefile.patch + cd $(PLATFORM); patch -p1 -i ../Makefile.patch $(LIBDYLIB): $(PLATFORM) $(MAKE) -C $(PLATFORM) PREFIX=$(PREFIX) CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" AR="$(AR)" diff --git a/tools/depends/target/bzip2/Makefile.patch b/tools/depends/target/bzip2/Makefile.patch index 40dc70a2c2..5f65b0c8ae 100644 --- a/tools/depends/target/bzip2/Makefile.patch +++ b/tools/depends/target/bzip2/Makefile.patch @@ -1,5 +1,5 @@ ---- Makefile 2008-02-14 14:39:18.000000000 +0200 -+++ ../Makefile 2009-08-30 15:59:16.000000000 +0300 +--- a/Makefile ++++ b/Makefile @@ -15,16 +15,16 @@ SHELL=/bin/sh |