To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=24142
------- Additional comments from [EMAIL PROTECTED] Thu Jan 20 00:39:45 -0800 2005 ------- jsc: Index: odk/settings/settings.mk =================================================================== RCS file: /cvs/api/odk/settings/settings.mk,v retrieving revision 1.9.14.17 diff -u -r1.9.14.17 settings.mk --- odk/settings/settings.mk 20 Jan 2005 08:20:31 -0000 1.9.14.17 +++ odk/settings/settings.mk 20 Jan 2005 08:39:25 -0000 @@ -477,9 +477,9 @@ # -O is necessary for inlining (see gcc documentation) ifeq "$(DEBUG)" "yes" -CC_FLAGS=-c -g -fpic -DPIC $(PTHREAD_CFLAGS) +CC_FLAGS=-c -g -fPIC -DPIC $(PTHREAD_CFLAGS) else -CC_FLAGS=-c -O -fpic -DPIC $(PTHREAD_CFLAGS) +CC_FLAGS=-c -O -fPIC -DPIC $(PTHREAD_CFLAGS) endif SDK_JAVA_INCLUDES = -I$(OO_SDK_JAVA_HOME)/include -I$(OO_SDK_JAVA_HOME)/include/freebsd this part is missing. please commit. thanks a lot. --------------------------------------------------------------------- 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]
