masterfix: #i10000# #i112124# build fails in configure fix
This commit is contained in:
parent
4f858037dd
commit
f9e1672933
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue