diff options
author | Emil Velikov <[email protected]> | 2015-05-20 21:51:52 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-05-20 21:56:36 +0100 |
commit | 36438f0db6c7c696df73ced12684f4df9d2b47e5 (patch) | |
tree | 2fe5a139c1cab5f0c3263739bd7ff140146f002f /src/gallium | |
parent | 06ff751f97fbeb62a23936cd8f9c54733920d082 (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]>
Diffstat (limited to 'src/gallium')
-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 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) \ |