From owner-svn-src-all@FreeBSD.ORG Sun May 27 19:00:48 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0D401065670; Sun, 27 May 2012 19:00:48 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4868FC08; Sun, 27 May 2012 19:00:47 +0000 (UTC) Received: from gorz.torservers.net ([109.163.233.205]:39066 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SYihi-0003q9-QM; Sun, 27 May 2012 15:00:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=zVPCLU/aZLKE1K7VZqbxQ0UXLr3b5/3D4bs6VOwQxOI=; b=DPA84ex3c2MvOHyo1am5LhllNgde5zrPUDUPl+mEt2WLAKplbw8SUTMyNdmfm3l5mdWXcoY9TX+c7Zt5LFob50SViILiCohV0O/IQDmI/WUJtnwPABezTWrQ8zwc7PMiDJAo7g2RlILgDFX9eADoJW2pepJy9nzaB8d7aOI0jbg=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1SYign-000JeQ-DO; Sun, 27 May 2012 18:59:43 +0000 From: Jan Beich To: Gabor Kovesdan In-Reply-To: <201205252207.q4PM7DPD035808__11377.0620352172$1337983761$gmane$org@svn.freebsd.org> (Gabor Kovesdan's message of "Fri, 25 May 2012 22:07:13 +0000 (UTC)") Date: Mon, 28 May 2012 04:59:52 +1000 References: <201205252207.q4PM7DPD035808__11377.0620352172$1337983761$gmane$org@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1SYign-000JeQ-DO@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236028 - head/lib/libkiconv X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 19:00:48 -0000 Gabor Kovesdan writes: > Author: gabor > Date: Fri May 25 22:07:13 2012 > New Revision: 236028 > URL: http://svn.freebsd.org/changeset/base/236028 > > Log: > - Add support for BSD iconv when it is build into libc [...] > +.if !defined(MK_ICONV) > +CFLAGS+= -DICONV_DLOPEN > +.endif This doesn't work unless you include bsd.own.mk before. $ make WITH_ICONV= -C lib/libkiconv Warning: Object directory not changed from original /a/freebsd/lib/libkiconv clang ... -DICONV_DLOPEN ... -o kiconv_sysctl.o [...]