From 4913c8641b3c373fc3469a2727c0dae0c2bf6d09 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 Aug 2012 22:45:34 +0200 Subject: [PATCH] ecryptfs-utils: set _FILE_OFFSET_BITS=64 forcefully for x86. --- srcpkgs/ecryptfs-utils/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ecryptfs-utils/template b/srcpkgs/ecryptfs-utils/template index ad2ac18397..7ca85fd781 100644 --- a/srcpkgs/ecryptfs-utils/template +++ b/srcpkgs/ecryptfs-utils/template @@ -29,6 +29,8 @@ long_desc=" This package contains the userland utilities." +CPPFLAGS="-D_FILE_OFFSET_BITS=64" + post_install() { vmove "sbin/*" usr/sbin chmod +s ${DESTDIR}/usr/sbin/mount.ecryptfs_private