--- /tmp/Makefile.conf.in	2005-09-06 13:07:10.902711656 +0300
+++ dpkg-1.10.28/Makefile.conf.in	2005-09-06 13:07:27.159240288 +0300
@@ -69,7 +69,7 @@
 INCLUDE_CFLAGS		= -I$(top_srcdir)/include -I$(top_srcdir) -I$(srcdir) -I../include -I.. -I. -I$(top_srcdir)/optlib
 
 NLS_CFLAGS		= -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl -I../intl
-NLS_LIBS		= @INTLLIBS@ 
+NLS_LIBS		= -lintl 
 
 SSD_LIBS		= @SSD_LIBS@
 
--- /tmp/rules	2005-09-16 13:41:42.262852160 +0300
+++ dpkg-1.10.28/debian/rules	2005-09-16 13:42:40.347022024 +0300
@@ -62,6 +62,7 @@
 		--with-zlib=static \
 		--with-bz2lib=static \
 		--with-static-progs \
+		--disable-largefile \
 		$(config_arg)
 	touch $@
 

