]> git.pld-linux.org Git - packages/crossmingw32-expat.git/blob - expat-ac_fixes.patch
- updated to 2.6.2 (fixes CVE-2023-52425 CVE-2023-52426 CVE-2024-28757)
[packages/crossmingw32-expat.git] / expat-ac_fixes.patch
1 --- expat-2.1.1/configure.ac~   2012-07-28 10:41:03.000000000 +0300
2 +++ expat-2.1.1/configure.ac    2012-07-28 10:41:41.511402972 +0300
3 @@ -51,8 +51,6 @@
4  
5  AC_CONFIG_HEADER(expat_config.h)
6  
7 -sinclude(conftools/ac_c_bigendian_cross.m4)
8 -
9  AC_LIBTOOL_WIN32_DLL
10  AC_PROG_LIBTOOL
11  
12 @@ -83,9 +80,7 @@
13  
14  dnl Checks for typedefs, structures, and compiler characteristics.
15  
16 -dnl Note: Avoid using AC_C_BIGENDIAN because it does not
17 -dnl work in a cross compile.
18 -AC_C_BIGENDIAN_CROSS
19 +AC_C_BIGENDIAN
20  
21  AC_C_CONST
22  AC_TYPE_SIZE_T
This page took 0.077035 seconds and 3 git commands to generate.