Project

General

Profile

Actions

Bug #2533

closed

Automake on Solaris

Added by kukackajiri over 11 years ago. Updated over 11 years ago.

Status:
Fixed
Priority:
Low
Category:
-
Target version:
ASK QUESTIONS IN Forums:

Description

Automake on Solaris fails due to libtool. When automake is used, Lighty libraries are linked with -z defs, but that fails on Solaris. There is a patch attached to disable -z defs check on Solaris.


Files

automake-libtool-Solaris.patch (10.6 KB) automake-libtool-Solaris.patch kukackajiri, 2013-11-25 15:19

Added by stbuehler over 11 years ago

Revision e346794d (diff)

[auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533)

On platforms that support linking modules with undefined symbols we
actually do it; so most of the time -no-undefined should result in an
error.
On platforms that don't support it, it will result in an error sooner or
later anyway (on those it should build a shared libary with the core
code to link the modules against).

From: Stefan Bühler <>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2928 152afb58-edef-0310-8abb-c4023f1b3aa9

Added by stbuehler over 11 years ago

Revision 2928 (diff)

[auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533)

On platforms that support linking modules with undefined symbols we
actually do it; so most of the time -no-undefined should result in an
error.
On platforms that don't support it, it will result in an error sooner or
later anyway (on those it should build a shared libary with the core
code to link the modules against).

From: Stefan Bühler <>

Actions

Also available in: Atom