diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-28 18:10:59 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-28 20:56:29 +0100 |
commit | 90e9bd5548bdd501e1fccd019a5363c20c9bd6f1 (patch) | |
tree | 0f184f7b760f687dfe4b7580bc437bddf40ac54c /recipes/zlib | |
parent | 9b4803eb6479b3f8781f33401e2fb51ef71160af (diff) |
recipes: Use a git repository for tarball recipes
Create a git repository with the initial contents of the tarball
and apply patches from recipes in git format.
This make development easier knowing what changed with respect of
the original tarball, creating new patches and maintaining the
patchset.
Diffstat (limited to 'recipes/zlib')
-rw-r--r-- | recipes/zlib/0001-win32-fix-dll-name.patch (renamed from recipes/zlib/01-win32-makefile.patch) | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/zlib/01-win32-makefile.patch b/recipes/zlib/0001-win32-fix-dll-name.patch index 37d45e73..8998bc67 100644 --- a/recipes/zlib/01-win32-makefile.patch +++ b/recipes/zlib/0001-win32-fix-dll-name.patch @@ -1,3 +1,12 @@ +From 507c4fde9ab55ff58e30abb95d27d923325c73e8 Mon Sep 17 00:00:00 2001 +From: Andoni Morales Alastruey <ylatuya@gmail.com> +Date: Mon, 28 Oct 2013 17:50:25 +0100 +Subject: [PATCH] win32: fix dll name + +--- + win32/Makefile.gcc | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + diff --git a/win32/Makefile.gcc b/win32/Makefile.gcc index 6d1ded6..d2aa544 100644 --- a/win32/Makefile.gcc @@ -23,3 +32,6 @@ index 6d1ded6..d2aa544 100644 CC = $(PREFIX)gcc CFLAGS = $(LOC) -O3 -Wall +-- +1.8.1.2 + |