]> git.pld-linux.org Git - packages/cabextract.git/blob - cabextract-libmspack.patch
- up to 1.3 [fixes CVE-2010-2801]
[packages/cabextract.git] / cabextract-libmspack.patch
1 --- cabextract-1.1/configure.ac~        2004-10-15 23:05:09.000000000 +0300
2 +++ cabextract-1.1/configure.ac 2006-04-22 20:45:51.574146230 +0300
3 @@ -9,7 +9,6 @@
4  # Checks for programs.
5  AC_PROG_CC
6  AC_PROG_INSTALL
7 -AC_PROG_RANLIB
8  AC_EXEEXT
9  
10  # Checks for header files.
11 --- cabextract-1.2/Makefile.am.orig     2006-09-21 01:10:40.000000000 +0200
12 +++ cabextract-1.2/Makefile.am  2006-09-27 12:03:40.649292250 +0200
13 @@ -8,17 +8,8 @@
14  
15  man_MANS =             doc/cabextract.1
16  
17 -AM_CPPFLAGS =          -I$(srcdir)/mspack -DMSPACK_NO_DEFAULT_SYSTEM
18 -noinst_LIBRARIES =     libmspack.a
19 -libmspack_a_SOURCES =  mspack/mspack.h \
20 -                       mspack/system.h mspack/system.c \
21 -                       mspack/cab.h mspack/cabd.c \
22 -                       mspack/lzx.h mspack/lzxd.c \
23 -                       mspack/mszip.h mspack/mszipd.c \
24 -                       mspack/qtm.h mspack/qtmd.c
25 -
26  bin_PROGRAMS =         cabextract
27  noinst_PROGRAMS =      src/cabinfo
28  cabextract_SOURCES =   src/cabextract.c md5.h md5.c
29 -cabextract_LDADD =     libmspack.a @LIBOBJS@
30 +cabextract_LDADD =     -lmspack @LIBOBJS@
31  
This page took 0.030316 seconds and 3 git commands to generate.