darcs patch: Fix detection of libiconf.
Matthias Kilian
kili at outback.escape.de
Sat Jun 20 08:29:02 EDT 2009
Sat Jun 20 14:21:59 CEST 2009 Matthias Kilian <kili at outback.escape.de>
* Fix detection of libiconf.
It's not enough to try to link against libiconv and look for a
symbol iconv_open, because iconv may be installed in a way that
internally renames iconv_foo to libiconv_foo in the library and
adds corresponding #define iconv_foo libiconv_foo to iconv.h.
This patch is needed on OpenBSD (but it's not enough, since cabal
suffers from the same problem).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 27376 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/libraries/attachments/20090620/298a28e0/attachment-0001.bin
More information about the Libraries
mailing list