DO NOT REPLY [Bug 6107] Need a way to ask configure to disable all use of iconv_open()

samba-bugs at samba.org samba-bugs at samba.org
Sat Feb 14 16:06:58 GMT 2009


https://bugzilla.samba.org/show_bug.cgi?id=6107


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|--disable-iconv does nothing|Need a way to ask configure
                   |                            |to disable all use of
                   |                            |iconv_open()




------- Comment #1 from wayned at samba.org  2009-02-14 10:06 CST -------
The --disable-iconv's purpose is to turn off the --iconv option (as ./configure
--help states).  It does not disable all use of iconv_open(), since rsync still
wants a good way to figure out what characters may be output to the user in a
legible manner.

I have added the configure option --disable-iconv-open, which disables all use
of iconv_open().  That will (of course) also disable --iconv.

Ideally, it would be better to figure out why configure believes that
iconv_open() exists in your environment, yet rsync can't use it.  If you could
discover what that disconnect is, please let me know.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list