libxml2/libxml2-multilib.patch
David King 4c0e536172 Rebase to 2.9.12 (#1960623)
Resolves: #1960623
Resolves: #1958784
Resolves: CVE-2021-3541
2021-05-21 12:32:14 +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=