summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2015-02-11 02:32:33 -0800
committerEmil Velikov <emil.l.velikov@gmail.com>2015-05-20 22:16:48 +0100
commit86b7e91ae95b83423525ff22d3a02fae7173de12 (patch)
tree00181faa1829292b382a6c598e89b86f8bdd06ba
parent0a265449854bbfd86f0227499e65464b7fcc6670 (diff)
downloadmesa-86b7e91ae95b83423525ff22d3a02fae7173de12.tar.gz
darwin: Fix install name of libOSMesa
Passing -module to glibtool causes the resulting library to be called libSomething.so rather than libSomething.dylib on darwin. Regardless if libOSMesa is a library or a module, it has been used as the former for quite some time. Update the build to reflect that and resolve the naming issue. Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> [Emil Velikov: Tweak the commit message.] Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> (cherry picked from commit 06ff751f97fbeb62a23936cd8f9c54733920d082)
-rw-r--r--src/mesa/drivers/osmesa/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am
index 589b5ee6ad1..8d699157e80 100644
--- a/src/mesa/drivers/osmesa/Makefile.am
+++ b/src/mesa/drivers/osmesa/Makefile.am
@@ -39,7 +39,6 @@ nodist_EXTRA_lib@OSMESA_LIB@_la_SOURCES = dummy.cpp
lib@OSMESA_LIB@_la_SOURCES = osmesa.c
lib@OSMESA_LIB@_la_LDFLAGS = \
- -module \
-no-undefined \
-version-number @OSMESA_VERSION@ \
$(GC_SECTIONS) \