To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45395
                  Issue #:|45395
                  Summary:|sndfile: MacOS X ld doesn support -noinhibit-exec
                Component:|porting
                  Version:|680m86
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|pl
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Fri Mar 18 04:40:58 -0800 
2005 -------
configure fails on MacOS X in module sndfile, because ld there doesn't support
-noinhibit-exec.

I wonder why it is used at all... Can't we simply remove this completely?

--- makefile.mk 25 ÅÃj 2004 15:54:52 +0200    1.4
+++ makefile.mk 18 bÅe 2005 13:38:26 +0100     
@@ -81,7 +81,7 @@
 CONFIGURE_DIR=
 
 CONFIGURE_ACTION=./configure --with-pic
-.IF "$(COM)" == "GCC"
+.IF "$(COM)" == "GCC" && "$(OS)" != "MACOSX"
 CONFIGURE_FLAGS=LDFLAGS=-Wl,-noinhibit-exec
 .ENDIF

---------------------------------------------------------------------
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