diff --git a/srcpkgs/tgt/template b/srcpkgs/tgt/template index e1b6096fb5a..ca84619781a 100644 --- a/srcpkgs/tgt/template +++ b/srcpkgs/tgt/template @@ -1,7 +1,7 @@ # Template file for 'tgt' pkgname=tgt version=1.0.58 -revision=2 +revision=3 build_style=gnu-makefile make_install_args="sbindir=/usr/bin" conf_files="/etc/tgt/targets.conf" @@ -17,6 +17,9 @@ checksum=3ae59c7374c68b3ef5abf472895d81dd1b036d0301b4111f272de154dbb082a9 post_extract() { sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS)/g' usr/Makefile + sed -i '1i#include ' usr/tgtd.h usr/util.h + sed -i '1i#include ' usr/libssc.c + sed -i 's/__always_inline/inline/g' usr/util.h } post_install() {