[packages/perl-Shout] - fix vuilding on 32-bit archs

baggins baggins at pld-linux.org
Thu Jun 13 23:14:18 CEST 2013


commit f9a0cb40cff78079766d7a3158d730799aac5f8d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Jun 13 23:14:07 2013 +0200

    - fix vuilding on 32-bit archs

 perl-Shout.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-Shout.spec b/perl-Shout.spec
index c839a64..c1dba85 100644
--- a/perl-Shout.spec
+++ b/perl-Shout.spec
@@ -44,7 +44,7 @@ skupić się na możliwościach zamiast szczegółach implementacji.
 
 %{__make} \
 	CC="%{__cc}" \
-	OPTIMIZE="%{rpmcflags}"
+	OPTIMIZE="%{rpmcflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
 
 %{?with_tests:%{__make} test}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Shout.git/commitdiff/f9a0cb40cff78079766d7a3158d730799aac5f8d



More information about the pld-cvs-commit mailing list