Here is a patch which works around the problem.

diff --git a/debian/rules b/debian/rules
index 6710a91..c4f0334 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,6 +82,7 @@ else
 endif
        mkdir obj
        cd obj && CFLAGS='$(CFLAGS)' ../configure ${CONFIGFLAGS}
+       echo '#undef HAVE_STRUCT_DIRENT_D_INO' >> obj/config.h
        touch stamp-configure
 
 stamp-configure-static:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to