From 23dc84d231ee83c80cd786a5ead219cc6d320198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 3 Jan 2016 21:46:14 +0200 Subject: [PATCH] fix build --- system/base/findutils/actions.py | 2 +- system/base/findutils/pspec.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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