Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 39014 invoked from network); 11 Sep 2008 15:00:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 15:00:05 -0000 Received: (qmail 90648 invoked by uid 500); 11 Sep 2008 15:00:03 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 90535 invoked by uid 500); 11 Sep 2008 15:00:03 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 90520 invoked by uid 99); 11 Sep 2008 15:00:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 08:00:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 14:59:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 11F582388986; Thu, 11 Sep 2008 07:59:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r694287 - /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile Date: Thu, 11 Sep 2008 14:59:43 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080911145944.11F582388986@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Thu Sep 11 07:59:41 2008 New Revision: 694287 URL: http://svn.apache.org/viewvc?rev=694287&view=rev Log: Fix for linux builds broken by r693878 (odeakin). nio_char now uses the vmi which it did not before. Modified: harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile Modified: harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile?rev=694287&r1=694286&r2=694287&view=diff ============================================================================== --- harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile (original) +++ harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile Thu Sep 11 07:59:41 2008 @@ -117,4 +117,6 @@ DLLNAME = ../libhycharset.so +MDLLIBFILES += $(LIBPATH)libvmi$(HY_LINKLIB_SUFFIX) + include $(HY_HDK)/build/make/rules.mk