cvs commit: ports/lang/icc Makefile ports/lang/icc/files ld.c
Alexander Leidinger
netchild at FreeBSD.org
Sat Apr 26 03:27:30 PDT 2003
netchild 2003/04/26 03:27:29 PDT
FreeBSD ports repository
Modified files:
lang/icc Makefile
lang/icc/files ld.c
Log:
When trying to link dynamic libraries with dependancies, e.g:
icc -shared -o libfoo.so foo.o -lbaz
the ld wrapper gets confused and thinks that a static link is intended
and the link fails. This patch appears to fix things.
Submitted by: dfr
Revision Changes Path
1.34 +1 -0 ports/lang/icc/Makefile
1.6 +5 -1 ports/lang/icc/files/ld.c
More information about the cvs-ports
mailing list