diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-27 19:54:18 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-28 17:02:49 +0100 |
commit | 56497f708ebb60abbd5b4d641fe1edf0d4f97701 (patch) | |
tree | 12ea1f53acf1268e83b961d6ff0fa9659a772da7 /package/fltk/fltk-1.1.7-disable-test.patch | |
parent | 405af8c93f29a1f73135c5bf114be6a0b26b498c (diff) | |
download | buildroot-56497f708ebb60abbd5b4d641fe1edf0d4f97701.tar.gz buildroot-56497f708ebb60abbd5b4d641fe1edf0d4f97701.zip |
fltk: bump to version 1.3.2
Fixes:
http://autobuild.buildroot.net/results/519/5195f7a8a38a5ba3ce5a0bf2a7649d390e461ee9/
The failure is related to bundled libpng conflicting with system libpng.
Which was a problem even before the libpng bump because the bundled
version for the previous fltk version has several security
vulnerabilities.
So disable bundled libraries and use global ones.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/fltk/fltk-1.1.7-disable-test.patch')
-rw-r--r-- | package/fltk/fltk-1.1.7-disable-test.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/fltk/fltk-1.1.7-disable-test.patch b/package/fltk/fltk-1.1.7-disable-test.patch deleted file mode 100644 index c83e1dae07..0000000000 --- a/package/fltk/fltk-1.1.7-disable-test.patch +++ /dev/null @@ -1,17 +0,0 @@ -Disable tests in FLTK because they use the fluid tool on the host. - -Patch borrowed from OpenEmbedded. - -Index: fltk-1.1.9/Makefile -=================================================================== ---- fltk-1.1.9.orig/Makefile 2008-06-06 16:14:11.936736201 +0200 -+++ fltk-1.1.9/Makefile 2008-06-06 16:14:22.526357637 +0200 -@@ -27,7 +27,7 @@ - - include makeinclude - --DIRS = $(IMAGEDIRS) src fluid test documentation -+DIRS = $(IMAGEDIRS) src fluid documentation - - all: makeinclude fltk-config - for dir in $(DIRS); do\ |