git: gcc44: remove /usr/lib from rpath
John Marino
marino at crater.dragonflybsd.org
Sat Mar 24 11:22:31 PDT 2012
commit 867579620da272fc2ad03f9cb3d3c25661fb60db
Author: John Marino <draco at marino.st>
Date: Sat Mar 24 09:08:48 2012 +0100
gcc44: remove /usr/lib from rpath
The gcc44 specs were unconditionally adding /usr/lib to the rpath, making
it impossible to use the -z nodefaultlibs linker flag. RTLD will look in
/usr/lib by default as the last priority of the library search path as
long as the object wasn't built with -z nodefaultlibs.
Summary of changes:
gnu/usr.bin/cc44/cc_prep/config/dragonfly-native.h | 25 ++++++++++---------
1 files changed, 13 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/867579620da272fc2ad03f9cb3d3c25661fb60db
--
DragonFly BSD source repository
More information about the Commits
mailing list