Mesa (master): targets/osmesa: drop the -module tag from LDFLAGS

Emil Velikov evelikov at kemper.freedesktop.org
Wed May 20 20:54:55 UTC 2015


Module: Mesa
Branch: master
Commit: 36438f0db6c7c696df73ced12684f4df9d2b47e5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36438f0db6c7c696df73ced12684f4df9d2b47e5

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Wed May 20 21:51:52 2015 +0100

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 at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/gallium/targets/osmesa/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am
index 2c09736..38e515f 100644
--- a/src/gallium/targets/osmesa/Makefile.am
+++ b/src/gallium/targets/osmesa/Makefile.am
@@ -42,7 +42,6 @@ nodist_EXTRA_lib at OSMESA_LIB@_la_SOURCES = dummy.cpp
 lib at OSMESA_LIB@_la_SOURCES = target.c
 
 lib at OSMESA_LIB@_la_LDFLAGS = \
-	-module \
 	-no-undefined \
 	-version-number @OSMESA_VERSION@ \
 	$(GC_SECTIONS) \




More information about the mesa-commit mailing list