diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-01-24 09:25:33 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-29 14:57:04 +0100 |
commit | 31c3ad17ed22b1d2d04ade1c0a3b942876592dfe (patch) | |
tree | 2ac04b76339d5cdfd639035432c67e9db941a970 /package/perl-gd/0003-force.patch | |
parent | 7f102d8284acf6619a1e8119dc76dc48957a4bef (diff) | |
download | buildroot-31c3ad17ed22b1d2d04ade1c0a3b942876592dfe.tar.gz buildroot-31c3ad17ed22b1d2d04ade1c0a3b942876592dfe.zip |
perl-gd: bump to version 2.56
perl-gd now supplies a Build.PL, but this one is not cross-compilation
friendly. So, we still use Makefile.PL like in previous version by using
the new <pkg>_PREFER_INSTALLER variable.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-gd/0003-force.patch')
-rw-r--r-- | package/perl-gd/0003-force.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-gd/0003-force.patch b/package/perl-gd/0003-force.patch index 0a121a994e..611066b919 100644 --- a/package/perl-gd/0003-force.patch +++ b/package/perl-gd/0003-force.patch @@ -7,7 +7,7 @@ Index: b/Makefile.PL =================================================================== --- a/Makefile.PL +++ b/Makefile.PL -@@ -35,13 +35,15 @@ +@@ -43,13 +43,15 @@ } push @LIBS, "-lgd"; |