Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
2824df7c3f |
@@ -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>
|
Thu Aug 8 13:58:23 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zziplib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -63,8 +63,8 @@ sed -i -e 's:docs ::g' Makefile.am
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# Workaround for boo#1225959
|
# Workaround for boo#1225959
|
||||||
%global optflags %{optflags} -fpermissive %(getconf LFS_CFLAGS) -DPIC
|
%global optflags %{optflags} -fpermissive
|
||||||
%cmake -DZZIP_TESTCVE=OFF -DZZIP_LARGEFILE_SENSITIVE=ON -DZZIP_LARGEFILE_RENAME=ON -DPIC=ON
|
%cmake -DZZIP_TESTCVE=OFF
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user