Kaydet (Commit) 61217036 authored tarafından Michael Stahl's avatar Michael Stahl

pyuno: Revert 5589c72b

... which was obsoleted by commit
c007292e and apparently causes breakage
for builds with gb_GCOV=YES.

Change-Id: I27def9a8b4d003bf82c84e55d36ace37dd8532b0
üst f00d4f6d
...@@ -28,9 +28,10 @@ $(eval $(call gb_Library_use_externals,pyuno_wrapper,\ ...@@ -28,9 +28,10 @@ $(eval $(call gb_Library_use_externals,pyuno_wrapper,\
# libs (loaded though RTLD_GLOBAL libpyuno.so) may resolve that symbol to e.g. # libs (loaded though RTLD_GLOBAL libpyuno.so) may resolve that symbol to e.g.
# cppu, because they happen to see that before libstdc++; so the requirement has # cppu, because they happen to see that before libstdc++; so the requirement has
# always been that RTLD_LOCAL-loaded pyuno.so wrapper implicitly load into the # always been that RTLD_LOCAL-loaded pyuno.so wrapper implicitly load into the
# process as little as possible: # process as little as possible.
$(eval $(call gb_Library_add_ldflags,pyuno_wrapper,-nostdlib)) # To ensure that pyuno.so does not link against libstdc++ the dynamic link
$(eval $(call gb_Library_add_libs,pyuno_wrapper,-lc)) # command invokes gcc and not g++ if there are only C objects, so
# don't add any C++ objects here!
ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),) ifeq ($(filter DRAGONFLY FREEBSD NETBSD OPENBSD MACOSX,$(OS)),)
......
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