xdelta3: fix build on 32bit systems.

This commit is contained in:
Juan RP 2013-05-17 06:50:28 +02:00
parent 8163b659bb
commit d1b66895b3
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig 2013-05-17 06:48:20.607147825 +0200
+++ Makefile.in 2013-05-17 06:49:28.438511555 +0200
@@ -49,7 +49,7 @@ NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
bin_PROGRAMS = xdelta3$(EXEEXT)
-noinst_PROGRAMS = xdelta3regtest$(EXEEXT) xdelta3decode$(EXEEXT)
+noinst_PROGRAMS = xdelta3decode$(EXEEXT)
@DEBUG_SYMBOLS_TRUE@am__append_1 = -g
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \