Compare commits

1 Commits
main ... 1.1

2 changed files with 3 additions and 15 deletions

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
Wed Mar 19 07:56:16 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- Fix dumb cmake handling and enable ZZIP_LARGEFILE_RENAME as well
and set -DPIC in the CFLAGS to have both 32bit and 64bit file
support on 32bit architecures
-------------------------------------------------------------------
Mon Mar 17 09:16:06 UTC 2025 - Dr. Werner Fink <werner@suse.de>
- Support large file access on 32bit architectures as well (boo#1239672)
-------------------------------------------------------------------
Thu Aug 8 13:58:23 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package zziplib
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -63,8 +63,8 @@ sed -i -e 's:docs ::g' Makefile.am
%build
# Workaround for boo#1225959
%global optflags %{optflags} -fpermissive %(getconf LFS_CFLAGS) -DPIC
%cmake -DZZIP_TESTCVE=OFF -DZZIP_LARGEFILE_SENSITIVE=ON -DZZIP_LARGEFILE_RENAME=ON -DPIC=ON
%global optflags %{optflags} -fpermissive
%cmake -DZZIP_TESTCVE=OFF
%cmake_build
%install