Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2012 04:59:52 +1000
From:      Jan Beich <jbeich@tormail.org>
To:        Gabor Kovesdan <gabor@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r236028 - head/lib/libkiconv
Message-ID:  <1SYign-000JeQ-DO@internal.tormail.org>
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 %2B0000 (UTC)")
References:  <201205252207.q4PM7DPD035808__11377.0620352172$1337983761$gmane$org@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gabor Kovesdan <gabor@FreeBSD.org> 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
  [...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1SYign-000JeQ-DO>