Also applies to the 3.5.x series (and maybe older). This is the error: =================================================== Compiling ../nsswitch/pam_winbind.c ../nsswitch/pam_winbind.c: In function ‘_pam_parse’: ../nsswitch/pam_winbind.c:440:76: warning: comparison between pointer and integer ../nsswitch/pam_winbind.c:445:7: warning: comparison between pointer and integer ../nsswitch/pam_winbind.c:447:7: warning: comparison between pointer and integer ../nsswitch/pam_winbind.c: In function ‘get_conf_item_string’: ../nsswitch/pam_winbind.c:2293:12: warning: assignment makes pointer from integer without a cast Linking shared library bin/pam_winbind.so ../nsswitch/pam_winbind.o: In function `_pam_parse': pam_winbind.c:(.text+0x3a6): undefined reference to `iniparser_getstr' pam_winbind.c:(.text+0x3ce): undefined reference to `iniparser_getstr' pam_winbind.c:(.text+0x6b6): undefined reference to `iniparser_getstr' ../nsswitch/pam_winbind.o: In function `get_conf_item_string': pam_winbind.c:(.text+0x12bb): undefined reference to `iniparser_getstr' collect2: ld returned 1 exit status =================================================== Unfortunately the older iniparser-3.0b tarball no longer seems to be available @ http://ndevilla.free.fr
Created attachment 7536 [details] simos patch from master
Karolin, please add to 3.6 and 3.5
(In reply to comment #1) > Created attachment 7536 [details] > simos patch from master Patch does not apply to v3-6-test.
Created attachment 7537 [details] Adopted patch Adopted patch for v3-6-test
Comment on attachment 7537 [details] Adopted patch exactly, sorry, posted wrong version... looks perfect!
Pushed to v3-6-test and v3-5-test. Closing out bug report. Thanks!
Created attachment 7545 [details] Patch to fix the build This patch is needed in addition to the first one. It fixes the build. Please note that it was my fault!
Jeremy, thanks for catching and providing the patch!
(In reply to comment #7) > Created attachment 7545 [details] > Patch to fix the build > > This patch is needed in addition to the first one. It fixes the build. > Please note that it was my fault! Pushed patch to v3-5-test and v3-6-test.