From stdcxx-commits-return-1024-apmail-incubator-stdcxx-commits-archive=incubator.apache.org@incubator.apache.org Tue Nov 14 17:47:04 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 81072 invoked from network); 14 Nov 2006 17:47:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 17:47:02 -0000 Received: (qmail 81698 invoked by uid 500); 14 Nov 2006 17:47:13 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 81681 invoked by uid 500); 14 Nov 2006 17:47:12 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 81670 invoked by uid 99); 14 Nov 2006 17:47:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 09:47:12 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 09:47:01 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 7AF991A9846; Tue, 14 Nov 2006 09:46:31 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474890 - /incubator/stdcxx/trunk/etc/config/sunpro.config Date: Tue, 14 Nov 2006 17:46:31 -0000 To: stdcxx-commits@incubator.apache.org From: ablack@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061114174631.7AF991A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ablack Date: Tue Nov 14 09:46:30 2006 New Revision: 474890 URL: http://svn.apache.org/viewvc?view=rev&rev=474890 Log: 2006-11-14 Andrew Black * sunpro.config (SHARED_LDFLAGS): Add -R$(LIBDIR) switch so $(LIBDIR) is included in the runtime library search path of linked executables. Modified: incubator/stdcxx/trunk/etc/config/sunpro.config Modified: incubator/stdcxx/trunk/etc/config/sunpro.config URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/sunpro.config?view=diff&rev=474890&r1=474889&r2=474890 ============================================================================== --- incubator/stdcxx/trunk/etc/config/sunpro.config (original) +++ incubator/stdcxx/trunk/etc/config/sunpro.config Tue Nov 14 09:46:30 2006 @@ -35,7 +35,7 @@ # shared/static library options SHARED_CXXFLAGS = SHARED_CPPFLAGS = -SHARED_LDFLAGS = +SHARED_LDFLAGS = -R$(LIBDIR) STATIC_CXXFLAGS = STATIC_CPPFLAGS =