]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa-link.patch
Mesa-link.patch updated
[packages/Mesa.git] / Mesa-link.patch
CommitLineData
7775729d
JK
1diff -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
fae799e6 4@@ -159,11 +159,13 @@
fae799e6
JB
5 $(top_builddir)/src/gallium/auxiliary/libgallium.la \
6 $(top_builddir)/src/mesa/libmesagallium.la \
7775729d
JK
7 $(LLVM_LIBS) \
8- $(PTHREAD_LIBS)
9+ $(PTHREAD_LIBS) \
10+ -ldl
fae799e6
JB
11
12 COMMON_LDFLAGS = \
13 -shared \
14 -module \
15+ -avoid-version \
16 -no-undefined \
17 $(GC_SECTIONS) \
18 $(NO_UNDEFINED) \
This page took 0.023414 seconds and 4 git commands to generate.