From: Emil Velikov Date: Wed, 20 May 2015 20:51:52 +0000 (+0100) Subject: targets/osmesa: drop the -module tag from LDFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36438f0db6c7c696df73ced12684f4df9d2b47e5;p=mesa.git targets/osmesa: drop the -module tag from LDFLAGS Gallium equivalent of commit 06ff751f97f(darwin: Fix install name of libOSMesa) Cc: "10.5 10.6" Signed-off-by: Emil Velikov --- diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am index 2c09736714a..38e515f8252 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) \