]> git.pld-linux.org Git - packages/perl-Net-Pcap.git/commitdiff
- fix build on 32-bit archs auto/th/perl-Net-Pcap-0.17-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 17:00:27 +0000 (19:00 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Jun 2013 17:00:27 +0000 (19:00 +0200)
perl-Net-Pcap.spec

index 4c66a101fd78e1492d00f86c58d995b210d13525..ea4bfcf2fff09de74b642519747f571e8f11c913 100644 (file)
@@ -34,7 +34,9 @@ pakietów LBL pcap(3).
 
 %build
 %{__perl} Makefile.PL \
+       CCFLAGS="%{rpmcflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
        INSTALLDIRS=vendor
+
 %{__make}
 
 %{?with_tests:%{__make} test}
This page took 0.163932 seconds and 4 git commands to generate.