To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116973
                 Issue #|116973
                 Summary|[gbuild] no support for non-system system libs
               Component|tools
                 Version|DEV300m100
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|GNU make
             Assigned to|b_michaelsen
             Reported by|mst





------- Additional comments from m...@openoffice.org Tue Feb 15 16:40:03 +0000 
2011 -------
just noticed this potential problem (which i don't have time to fix):

if you do "configure --with-system-foo=/home/foo",
then this probably worked with the old build system.

but in our new makefiles we have things like this (from tools):

ifeq ($(SYSTEM_ZLIB),YES)
$(eval $(call gb_Library_set_cxxflags,tl,\
        $$(CXXFLAGS) \
        -DSYSTEM_ZLIB \
))
$(eval $(call gb_Library_add_linked_libs,tl,\
        z \
))

this doesn't set the FOO_CFLAGS that configure detected for system
libfoo, which is easily fixed.
what is worse is that it calls gb_Library_add_linked_libs,
which can only link against a libfoo in the system default library path.
the FOO_LIBS cannot be added anywhere right now!

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to