]> git.pld-linux.org Git - packages/cabextract.git/blob - cabextract-libmspack-headers-path.patch
rebuild to satisfy rpm4 signatures
[packages/cabextract.git] / cabextract-libmspack-headers-path.patch
1 --- cabextract-1.9/src/cabinfo.c~       2018-10-31 11:06:12.000000000 +0100
2 +++ cabextract-1.9/src/cabinfo.c        2018-11-16 07:41:46.199355355 +0100
3 @@ -25,9 +25,9 @@
4  #include <sys/types.h>
5  
6  /* include <system.h> from libmspack for LD and EndGetI?? macros */
7 -#include <mspack/system.h>
8 +#include <libmspack/system.h>
9  /* include <cab.h> from libmspack for cab structure offsets */
10 -#include <mspack/cab.h>
11 +#include <libmspack/cab.h>
12  
13  #if HAVE_FSEEKO
14  # define FSEEK fseeko
This page took 0.168077 seconds and 3 git commands to generate.