libxml2/libxml2-multilib.patch
David King 9d73c43a50 Update to 2.9.12 (#1960153)
Verify sources with GPG signature. Strip out old build rules. Fix
CVE-2021-3541 as part of the update to 2.9.12.
2021-05-13 22:26:21 +01:00

25 lines
498 B
Diff

*** XML/xml2-config.in.orig 2006-06-06 16:35:56.000000000 +0200
--- XML/xml2-config.in 2006-06-06 16:36:24.000000000 +0200
***************
*** 3,9 ****
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
! libdir=@libdir@
cflags=
libs=
--- 3,14 ----
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
! if [ "`ldd /bin/sh | grep lib64`" = "" ]
! then
! libdir=${exec_prefix}/lib
! else
! libdir=${exec_prefix}/lib64
! fi
cflags=
libs=