[packages/perl-GD] - fix build on 32bit archs

baggins baggins at pld-linux.org
Sun Jun 9 19:12:56 CEST 2013


commit 2045a1600a6b05c77bc5afe796ff18462d527b25
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jun 9 19:12:45 2013 +0200

    - fix build on 32bit archs

 perl-GD.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/perl-GD.spec b/perl-GD.spec
index 79b3e91..d49f064 100644
--- a/perl-GD.spec
+++ b/perl-GD.spec
@@ -46,7 +46,7 @@ PNG.
 	INSTALLDIRS=vendor
 %{__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-GD.git/commitdiff/2045a1600a6b05c77bc5afe796ff18462d527b25



More information about the pld-cvs-commit mailing list