[packman] k9copy compile flags
Michael Kreuzer
michael-kreuzer at gmx.de
Wed Apr 1 19:08:18 CEST 2009
Hi,
could you please build k9copy with following compile flags to support large
files:
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
The build target in the rpm spec file should than look like:
%build
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
. /etc/opt/kde3/common_options
./configure $configkde --disable-final
%__make %{?jobs:-j%{jobs}}
Thanks,
Michael
More information about the Packman
mailing list