fix build
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user