Kaydet (Commit) f9e16729 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

masterfix: #i10000# #i112124# build fails in configure fix

üst 4f858037
...@@ -91,6 +91,8 @@ OOO_STLPORT_LIBS = $(LIBSTLPORT) ...@@ -91,6 +91,8 @@ OOO_STLPORT_LIBS = $(LIBSTLPORT)
# reference to `_rtld_global_ro@GLIBC_PRIVATE'" unless -lm is also specified: # reference to `_rtld_global_ro@GLIBC_PRIVATE'" unless -lm is also specified:
.IF "$(OS)" == "LINUX" && "$(COM)" == "GCC" && "$(CPU)" == "I" .IF "$(OS)" == "LINUX" && "$(COM)" == "GCC" && "$(CPU)" == "I"
OOO_STLPORT_LIBS += -lm OOO_STLPORT_LIBS += -lm
# #i112124# furthermore, STLPort seems to require libstdc++
OOO_STLPORT_LIBS += -lstdc++
.END .END
# And later, when "checking whether the C compiler works" configure tries to # And later, when "checking whether the C compiler works" configure tries to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment