]> git.pld-linux.org Git - packages/Mesa.git/blob - Mesa-link.patch
Mesa-link.patch updated
[packages/Mesa.git] / Mesa-link.patch
1 diff -dur -x '*~' -x '*.orig' -x '*.rej' mesa-17.1.6.orig/src/gallium/drivers/swr/Makefile.am mesa-17.1.6/src/gallium/drivers/swr/Makefile.am
2 --- mesa-17.1.6.orig/src/gallium/drivers/swr/Makefile.am        2017-08-07 14:04:30.000000000 +0200
3 +++ mesa-17.1.6/src/gallium/drivers/swr/Makefile.am     2017-08-07 21:03:24.230258941 +0200
4 @@ -159,11 +159,13 @@
5         $(top_builddir)/src/gallium/auxiliary/libgallium.la \
6         $(top_builddir)/src/mesa/libmesagallium.la \
7         $(LLVM_LIBS) \
8 -       $(PTHREAD_LIBS)
9 +       $(PTHREAD_LIBS) \
10 +       -ldl
11  
12  COMMON_LDFLAGS = \
13         -shared \
14         -module \
15 +       -avoid-version \
16         -no-undefined \
17         $(GC_SECTIONS) \
18         $(NO_UNDEFINED) \
This page took 0.025778 seconds and 3 git commands to generate.