change issues

This commit is contained in:
groni
2017-01-29 09:42:58 +01:00
parent bf4a4d03b7
commit 162126c00b
+1 -1
View File
@@ -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()))