diff options
author | Emil Velikov <[email protected]> | 2015-05-20 21:51:52 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-05-20 22:16:56 +0100 |
commit | fe521a083f6db01208956527f388e1a8061cc591 (patch) | |
tree | e9a6b423d52d79f44ce750b29030641429743c0a | |
parent | 86b7e91ae95b83423525ff22d3a02fae7173de12 (diff) |
targets/osmesa: drop the -module tag from LDFLAGS
Gallium equivalent of commit 06ff751f97f(darwin: Fix install name of
libOSMesa)
Cc: "10.5 10.6" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
(cherry picked from commit 36438f0db6c7c696df73ced12684f4df9d2b47e5)
-rw-r--r-- | src/gallium/targets/osmesa/Makefile.am | 1 |
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) \ |