* bsdiff updated to 4.3. This makes Nix depend on libbz2.
This commit is contained in:
parent
9e4ffc43a2
commit
8291f6d968
15 changed files with 464 additions and 520 deletions
11
src/bsdiff-4.3/Makefile.am
Normal file
11
src/bsdiff-4.3/Makefile.am
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
libexec_PROGRAMS = bsdiff bspatch
|
||||
|
||||
bsdiff_SOURCES = bsdiff.c
|
||||
|
||||
bsdiff_LDADD = ${bzip2_lib}
|
||||
|
||||
bspatch_SOURCES = bspatch.c
|
||||
|
||||
bspatch_LDADD = ${bzip2_lib}
|
||||
|
||||
AM_CFLAGS = -O3 ${bzip2_include}
|
||||
Loading…
Add table
Add a link
Reference in a new issue