]> git.pld-linux.org Git - packages/afio.git/commitdiff
- LFS support (suggested by Stefan Szczygielski,maillist (at) moomean.eu.org) AC-branch AC-STABLE auto/ac/afio-2_5-3
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 16 Nov 2005 11:47:12 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    afio.spec -> 1.25

afio.spec

index d14820a580936f5f6797569224eed9854c7bd4c6..33d61fefe338766ceda96b0c60a101be261ddf34 100644 (file)
--- a/afio.spec
+++ b/afio.spec
@@ -2,7 +2,7 @@ Summary:        Program which makes cpio-format archives
 Summary(pl):   Pakiet zawiera program do tworzenia archiwów w formacie cpio
 Name:          afio
 Version:       2.5
-Release:       2
+Release:       3
 License:       Artistic
 Group:         Applications/Archiving
 Source0:       http://www.ibiblio.org/pub/linux/system/backup/%{name}-%{version}.tgz
@@ -35,8 +35,9 @@ urz
 
 %build
 %{__make} clean
-%{__make} CFLAGS1="-Wformat -fomit-frame-pointer \
-       %{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS1="-Wformat -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.27061 seconds and 4 git commands to generate.