svn commit: r236028 - head/lib/libkiconv

Jan Beich jbeich at tormail.org
Sun May 27 19:00:48 UTC 2012


Gabor Kovesdan <gabor at 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
  [...]


More information about the svn-src-all mailing list