Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 12/14/2000 20:18:50
Module Name: pkgsrc
Committed By: abs
Date: Thu Dec 14 18:18:50 UTC 2000
Modified Files:
pkgsrc/www/mozilla/files: patch-sum
pkgsrc/www/mozilla/patches: patch-ab
Log Message:
Fix build on a.out - for a.out only disable
MKSHLIB_FORCE_ALL='-Wl,--whole-archive' and
MKSHLIB_UNFORCE_ALL='-Wl,--no-whole-archive'
The a.out toolchain ignores --no-whole-archive, and linking mozilla-bin
attempts to an ill fated
"collect2 ... --whole-archive ... --no-whole-archive ... -lgcc ... -lgcc"
Analysis by Richard Earnshaw in PR/11703
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/www/mozilla/files/patch-sum
cvs rdiff -r1.11 -r1.12 pkgsrc/www/mozilla/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.