cpio rebuild

This commit is contained in:
Rmys
2026-04-05 22:21:22 +03:00
parent a80ffa0e4b
commit 1b445835cf
13 changed files with 57 additions and 382 deletions
+2
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
pisitools.cflags.add("-std=gnu17")
#who knows pisitools.dosed :)
cmd="sed -i '/gets is a security hole/d' gnu/stdio.in.h"
shelltools.system(cmd)
@@ -18,6 +19,7 @@ def setup():
--with-rmt=/usr/sbin/rmt \
--disable-rpath")
def build():
autotools.make()