Module: Mesa Branch: master Commit: 81ba2c53b698b3926e71dd37e7898719fd2deb3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81ba2c53b698b3926e71dd37e7898719fd2deb3e
Author: Matt Turner <[email protected]> Date: Tue Aug 14 12:36:01 2012 -0700 build: Remove -shared from OSMesa's LDFLAGS Would break the static build. --- src/mesa/drivers/osmesa/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index dbee925..adda0fd 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -35,7 +35,7 @@ lib_LTLIBRARIES = lib@[email protected] lib@OSMESA_LIB@_la_SOURCES = osmesa.c -lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number @OSMESA_VERSION@ -shared -no-undefined +lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number @OSMESA_VERSION@ -no-undefined lib@OSMESA_LIB@_la_LIBADD = \ $(top_builddir)/src/mesa/libmesa.la \ $(top_builddir)/src/mapi/glapi/libglapi.la _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
