From 162126c00b41cff3cac2b8fe91b5f8b8e1b99043 Mon Sep 17 00:00:00 2001 From: groni Date: Sun, 29 Jan 2017 09:42:58 +0100 Subject: [PATCH] change issues --- hardware/disk/dosfstools/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/disk/dosfstools/actions.py b/hardware/disk/dosfstools/actions.py index 07e6d6f259..437983c0ca 100644 --- a/hardware/disk/dosfstools/actions.py +++ b/hardware/disk/dosfstools/actions.py @@ -8,7 +8,7 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools def build(): - autotools.make() + autotools.make("CFLAGS='%s -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing'" % get.CFLAGS()) def install(): autotools.rawInstall("DESTDIR=%s install-bin install-man PREFIX=%s SBINDIR=/sbin" % (get.installDIR(), get.defaultprefixDIR()))