buildrootschalter/package/fltk/fltk-01-disable-tests.patch
Gustavo Zacarias 56497f708e 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>
2013-10-28 17:02:49 +01:00

17 lines
518 B
Diff

Disable tests, slower to build and would need host-fltk.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
diff -Nura fltk-1.3.2.orig/Makefile fltk-1.3.2/Makefile
--- fltk-1.3.2.orig/Makefile 2013-10-27 18:19:39.693208127 -0300
+++ fltk-1.3.2/Makefile 2013-10-27 18:20:08.032136885 -0300
@@ -18,7 +18,7 @@
include makeinclude
-DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
+DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid documentation
all: makeinclude fltk-config
for dir in $(DIRS); do\