SHA256
1
0
forked from pool/texlive
texlive/source-64.dif
Dr. Werner Fink df867d8099 - Added -Wno-error=incompatible-pointer-types to optflags to work
around boo#1228342 and enable build with GCC 14 on 32bit
  architectures.

I plan to not to close the bug and keep an eye on the package and
remove the flag when it hopefully becomes unnecessary in the future.

If the request is OK, please forward it to Factory too so that we can
switch the default compiler.  Thanks!

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=478
2024-08-15 13:10:04 +00:00

32 lines
1.1 KiB
Plaintext

---
configure | 4 ++++
m4/libtool.m4 | 4 ++++
2 files changed, 8 insertions(+)
--- configure
+++ configure 2018-04-10 08:58:00.463820598 +0000
@@ -22834,6 +22834,10 @@ fi
# most powerpc-linux boxes support dynamic linking these days and
# people can always --disable-shared, the test was removed, and we
# assume the GNU/Linux dynamic linker is in use.
+ if test -n "$ARCH_LIB" ; then
+ sys_lib_search_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ sys_lib_dlsearch_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ fi
dynamic_linker='GNU/Linux ld.so'
;;
--- m4/libtool.m4
+++ m4/libtool.m4 2018-04-10 08:58:00.463820598 +0000
@@ -2904,6 +2904,10 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu
# most powerpc-linux boxes support dynamic linking these days and
# people can always --disable-shared, the test was removed, and we
# assume the GNU/Linux dynamic linker is in use.
+ if test -n "$ARCH_LIB" ; then
+ sys_lib_search_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ sys_lib_dlsearch_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
+ fi
dynamic_linker='GNU/Linux ld.so'
;;