--- ./configure Fri Oct 25 02:56:46 2002 +++ ../gnupg-1.2.1/./configure Sat Oct 26 21:49:18 2002 @@ -6732,6 +6732,7 @@ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no INTLLIBS= + INTLDEPS= if test "$USE_NLS" = "yes"; then @@ -7300,6 +7301,7 @@ USE_INCLUDED_LIBINTL=yes CATOBJEXT=.gmo INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV" + INTLDEPS="$INTLLIBS" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi @@ -13928,6 +13930,7 @@ s,@CATOBJEXT@,$CATOBJEXT,;t t s,@GMOFILES@,$GMOFILES,;t t s,@INTLLIBS@,$INTLLIBS,;t t +s,@INTLDEPS@,$INTLDEPS,;t t s,@INTLOBJS@,$INTLOBJS,;t t s,@POFILES@,$POFILES,;t t s,@POSUB@,$POSUB,;t t --- ./cipher/Makefile.in Fri Oct 25 03:05:39 2002 +++ ../gnupg-1.2.1/./cipher/Makefile.in Sat Oct 26 22:23:16 2002 @@ -433,7 +433,7 @@ tiger.o: $(srcdir)/tiger.c - `echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' ` + $(COMPILE) -c $(srcdir)/tiger.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: --- ./cipher/rndlinux.c Sat Aug 3 03:50:38 2002 +++ ../gnupg-1.2.1/./cipher/rndlinux.c Thu Jan 30 10:03:20 2003 @@ -124,6 +124,7 @@ struct timeval tv; int rc; +#if 0 FD_ZERO(&rfds); FD_SET(fd, &rfds); tv.tv_sec = 3; @@ -142,6 +143,7 @@ "select() error: %s\n", strerror(errno)); continue; } +#endif do { int nbytes = length < sizeof(buffer)? length : sizeof(buffer); --- ./tools/Makefile.in Fri Oct 25 03:05:51 2002 +++ ../gnupg-1.2.1/./tools/Makefile.in Sat Oct 26 21:49:18 2002 @@ -109,6 +109,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLBISON = @INTLBISON@ +INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ @@ -450,7 +451,7 @@ uninstall-binPROGRAMS uninstall-info-am -mpicalc bftest shmtest gpgsplit: $(needed_libs) +mpicalc bftest shmtest gpgsplit: $(needed_libs) $(INTLDEPS) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: