To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56798
                  Issue #:|56798
                  Summary:|LIBXML_CFLAGS needed with some setups
                Component:|ucb
                  Version:|680m135
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mhu
              Reported by:|kendy





------- Additional comments from [EMAIL PROTECTED] Thu Oct 27 08:05:14 -0700 
2005 -------
It seems that with some setups, it is necessary to explicitely set the 
LIBXML_CFLAGS as well in webdav - see the patch.  Do you have a CWS for this, 
please? 
 
--- ucb/source/ucp/webdav/makefile.mk   2005-10-26 10:53:14.000000000 +0200 
+++ ucb/source/ucp/webdav/makefile.mk   2005-10-26 10:54:39.000000000 +0200 
@@ -58,7 +58,7 @@ NO_BSYMBOLIC=TRUE 
 .INCLUDE: sv.mk 
 
 .IF "$(SYSTEM_NEON)" == "YES" 
-CFLAGS+= $(NEON_CFLAGS) 
+CFLAGS+= $(NEON_CFLAGS) $(LIBXML_CFLAGS) 
 .ELSE 
 NEONINCDIR=external$/neon 
 LIBXMLINCDIR=external$/libxml

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to