From owner-cvs-all@FreeBSD.ORG Sat Apr 26 03:27:30 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 195DB37B401; Sat, 26 Apr 2003 03:27:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A744F43F3F; Sat, 26 Apr 2003 03:27:29 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3QART0U022494; Sat, 26 Apr 2003 03:27:29 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3QARTNQ022490; Sat, 26 Apr 2003 03:27:29 -0700 (PDT) Message-Id: <200304261027.h3QARTNQ022490@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 26 Apr 2003 03:27:29 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/icc Makefile ports/lang/icc/files ld.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2003 10:27:30 -0000 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