projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12b07e
)
build: Remove -shared from OSMesa's LDFLAGS
author
Matt Turner
<mattst88@gmail.com>
Tue, 14 Aug 2012 19:36:01 +0000
(12:36 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Thu, 16 Aug 2012 22:04:54 +0000
(15:04 -0700)
Would break the static build.
src/mesa/drivers/osmesa/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/osmesa/Makefile.am
b/src/mesa/drivers/osmesa/Makefile.am
index
dbee925
..
adda0fd
100644
(file)
--- a/
src/mesa/drivers/osmesa/Makefile.am
+++ b/
src/mesa/drivers/osmesa/Makefile.am
@@
-35,7
+35,7
@@
lib_LTLIBRARIES = lib@OSMESA_LIB@.la
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