Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 7148563B908 for ; Thu, 30 Oct 2008 18:52:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2D26463B186; Thu, 30 Oct 2008 18:52:09 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 5DFEC63B173 for ; Thu, 30 Oct 2008 18:52:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3E8BF175D0; Thu, 30 Oct 2008 18:52:08 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/mk/platform To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20081030185208.3E8BF175D0@cvs.netbsd.org> Date: Thu, 30 Oct 2008 18:52:08 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Thu Oct 30 18:52:08 UTC 2008 Modified Files: pkgsrc/mk/platform: AIX.mk Log Message: Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, while it seems that GCC and some newer linker versions seem to ignore it. It is not required anyway. >From PR 39633. To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pkgsrc/mk/platform/AIX.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.