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

This commit is contained in:
Ivo Hinkelmann 2010-06-07 10:44:47 +02:00
parent 4f858037dd
commit f9e1672933

View file

@ -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