[packages/fsplib] - -D_FILE_OFFSET_BITS=64 to be consistent with elinks on rpi - rel 3

witekfl witekfl at pld-linux.org
Fri Jul 14 14:00:31 CEST 2023


commit 0e6e178b8ca456b2b246b837687b855544fea70a
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Jul 14 13:58:49 2023 +0200

    - -D_FILE_OFFSET_BITS=64 to be consistent with elinks on rpi
    - rel 3

 fsplib.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fsplib.spec b/fsplib.spec
index 898563f..1179d32 100644
--- a/fsplib.spec
+++ b/fsplib.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fsplib.git/commitdiff/0e6e178b8ca456b2b246b837687b855544fea70a



More information about the pld-cvs-commit mailing list