From 36438f0db6c7c696df73ced12684f4df9d2b47e5 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 20 May 2015 21:51:52 +0100 Subject: 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 --- src/gallium/targets/osmesa/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/targets/osmesa') 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@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) \ -- cgit v1.1