Hi pabs, On 1 August 2014 05:36, Paul Wise <p...@debian.org> wrote:
> > Add liblz4-dev to the Build-Depends. In addition you will need to patch > src/bin/Makefile.am and src/bin/termptysave.c so that the system version > is used. Since you are patching the autotools build system you will need > to replace autotools-dev with dh-autoreconf in the Build-Depends and > replace autotools-dev with autoreconf in debian/rules. > > The code references lz4.c while lz4-dev supplies only lz4.h. Is there another way i can pull in the lz4 source package? Or am i just confused? :) grep lz4/lz4.c * -R bin/Makefile.in:lz4/lz4.c lz4/lz4.h \ bin/Makefile.in:lz4/terminology-lz4.o: lz4/lz4.c bin/Makefile.in:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(terminology_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lz4/terminology-lz4.o -MD -MP -MF lz4/$(DEPDIR)/terminology-lz4.Tpo -c -o lz4/terminology-lz4.o `test -f 'lz4/lz4.c' || echo '$(srcdir)/'`lz4/lz4.c bin/Makefile.in:@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lz4/lz4.c' object='lz4/terminology-lz4.o' libtool=no @AMDEPBACKSLASH@ bin/Makefile.in:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(terminology_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lz4/terminology-lz4.o `test -f 'lz4/lz4.c' || echo '$(srcdir)/'`lz4/lz4.c bin/Makefile.in:lz4/terminology-lz4.obj: lz4/lz4.c bin/Makefile.in:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(terminology_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lz4/terminology-lz4.obj -MD -MP -MF lz4/$(DEPDIR)/terminology-lz4.Tpo -c -o lz4/terminology-lz4.obj `if test -f 'lz4/lz4.c'; then $(CYGPATH_W) 'lz4/lz4.c'; else $(CYGPATH_W) '$(srcdir)/lz4/lz4.c'; fi` bin/Makefile.in:@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lz4/lz4.c' object='lz4/terminology-lz4.obj' libtool=no @AMDEPBACKSLASH@ bin/Makefile.in:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(terminology_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lz4/terminology-lz4.obj `if test -f 'lz4/lz4.c'; then $(CYGPATH_W) 'lz4/lz4.c'; else $(CYGPATH_W) '$(srcdir)/lz4/lz4.c'; fi` bin/Makefile.am:lz4/lz4.c lz4/lz4.h \ Thanks Anthony (bofh80)