diff --git a/system/base/findutils/actions.py b/system/base/findutils/actions.py index ec159a3b..8d1164b4 100644 --- a/system/base/findutils/actions.py +++ b/system/base/findutils/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get def setup(): # write sed commands using pisitools.dosed :) shelltools.system('sed -i "/^SUBDIRS/s/locate//" Makefile.in') - shelltools.system('sed -i "/gets is a security hole/d" gnulib/lib/stdio.in.h') + #shelltools.system('sed -i "/gets is a security hole/d" gnulib/lib/stdio.in.h') shelltools.export("CFLAGS", "%s -D_GNU_SOURCE" % get.CFLAGS()) diff --git a/system/base/findutils/pspec.xml b/system/base/findutils/pspec.xml index 06ace408..e50e0dee 100644 --- a/system/base/findutils/pspec.xml +++ b/system/base/findutils/pspec.xml @@ -34,7 +34,7 @@ 2016-01-03 4.6.0 - Version bump + Version bump. Ertuğrul Erata ertugrulerata@gmail.com