2025-03-21 10:05:11 +00:00
committed by Git OBS Bridge
parent c09e976e50
commit 5ccdcfe327
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 21 10:03:15 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- On 64bit architecures use only zzip_init_io
-------------------------------------------------------------------
Wed Mar 19 14:06:22 UTC 2025 - Dr. Werner Fink <werner@suse.de>

View File

@@ -4452,6 +4452,7 @@ popd
fi
if test -n "$(getconf LFS_CFLAGS)"
then
large='enable'
if test -n "$(nm -D /lib/libzzip.so | grep zzip_init_io64)"
then
zzip='--with-system-zziplib'
@@ -4459,6 +4460,7 @@ popd
zzip='--without-system-zziplib'
fi
else
large='disable'
zzip='--with-system-zziplib'
fi
# Wrong version string
@@ -4540,7 +4542,7 @@ popd
--disable-xindy-docs \
--disable-xindy-rules \
--disable-xz \
--enable-largefile \
--${large}-largefile \
--enable-threads \
--enable-year2038 \
--%{!?with_psutils:disable}%{?with_psutils:enable}-psutils \