]> git.pld-linux.org Git - packages/fsplib.git/commitdiff
- -D_FILE_OFFSET_BITS=64 to be consistent with elinks on rpi master auto/th/fsplib-0.14-3
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 14 Jul 2023 11:58:49 +0000 (13:58 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 14 Jul 2023 11:58:49 +0000 (13:58 +0200)
- rel 3

fsplib.spec

index 898563f5b43b16c0627578b26b50700e7c1fbfec..1179d3256cf93b102169b1a91ffda3e6eb4faa92 100644 (file)
@@ -6,7 +6,7 @@ Summary:        fsp library
 Summary(pl.UTF-8):     Biblioteka fsp
 Name:          fsplib
 Version:       0.14
-Release:       2
+Release:       3
 License:       BSD-like (see COPYING)
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/fsp/%{name}-%{version}.tar.gz
@@ -66,7 +66,7 @@ Statyczna biblioteka FSP.
 
 %build
 %scons \
-       CCFLAGS="%{rpmcflags}" \
+       CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
        enable-shared=yes
 
 %install
This page took 0.090906 seconds and 4 git commands to generate.