summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-05-20 21:51:52 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-05-20 22:16:56 +0100
commitfe521a083f6db01208956527f388e1a8061cc591 (patch)
treee9a6b423d52d79f44ce750b29030641429743c0a
parent86b7e91ae95b83423525ff22d3a02fae7173de12 (diff)
downloadmesa-fe521a083f6db01208956527f388e1a8061cc591.tar.gz
targets/osmesa: drop the -module tag from LDFLAGS
Gallium equivalent of commit 06ff751f97f(darwin: Fix install name of libOSMesa) Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 36438f0db6c7c696df73ced12684f4df9d2b47e5)
-rw-r--r--src/gallium/targets/osmesa/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am
index f53823aecae..714fd7c8cc3 100644
--- a/src/gallium/targets/osmesa/Makefile.am
+++ b/src/gallium/targets/osmesa/Makefile.am
@@ -42,7 +42,6 @@ nodist_EXTRA_lib@OSMESA_LIB@_la_SOURCES = dummy.cpp
lib@OSMESA_LIB@_la_SOURCES = target.c
lib@OSMESA_LIB@_la_LDFLAGS = \
- -module \
-no-undefined \
-version-number @OSMESA_VERSION@ \
$(GC_SECTIONS) \