Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util/charset: We do not use fucntions from wchar.h any more | Andrew Bartlett | 2012-09-26 | 1 | -7/+1 |
| | | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104 | ||||
* | lib/util/charset: Try to find iconv on HP-UX | Andrew Bartlett | 2012-09-26 | 1 | -0/+3 |
| | |||||
* | build: fix bad syntax | Matthieu Patou | 2010-12-14 | 1 | -1/+1 |
| | | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Dec 14 20:55:17 CET 2010 on sn-devel-104 | ||||
* | build: finishing fixing broken libiconv on hpux | Matthieu Patou | 2010-12-10 | 1 | -0/+2 |
| | |||||
* | build: Cope with broken libiconv | Matthieu Patou | 2010-12-08 | 1 | -1/+5 |
| | | | | | | | | library iconv needs mbrtowc but some system didn't provide it (ie. HP-UX 11.0) Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 8 23:19:19 CET 2010 on sn-devel-104 | ||||
* | build: check that if we provide -liconv we can build shared libs | Matthieu Patou | 2010-10-31 | 1 | -0/+6 |
| | | | | | | | | | On Solaris with sun studio compiling an executable with -liconv even if there is no libiconv.so or libiconv.a will work but not for a shared lib. This problem leads to build problem as the linker won't be able to find libiconv when building shared lib as liconv is wrongly specified | ||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | s4-waf: look for libiconv before checking libc | Andrew Tridgell | 2010-04-06 | 1 | -1/+6 |
| | | | | This is needed for solaris8 | ||||
* | build: updated configure checks or new syntax | Andrew Tridgell | 2010-04-06 | 1 | -10/+2 |
| | |||||
* | build: check libc first for several libraries | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | build: iconv checks | Andrew Tridgell | 2010-04-06 | 1 | -0/+10 |