boost: bump to version 1.63.0
[buildroot-gz.git] / package / sunxi-mali / 0002-linking-of-test-app-needs-libUMP.patch
blob1c8f7ee21bef2d9dc0945315a926e41192a186d5
1 linking of test app needs libUMP
3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
5 diff --git a/test/Makefile b/test/Makefile
6 index 700416e..92085cb 100644
7 --- a/test/Makefile
8 +++ b/test/Makefile
9 @@ -5,7 +5,7 @@
10 all: test
12 test: ../config.mk test.c
13 - $(CC) $(CFLAGS) -o $@ test.c -lEGL -lGLESv2
14 + $(CC) $(CFLAGS) -o $@ test.c -lEGL -lGLESv2 -lUMP
16 clean:
17 rm -f test