tgt: use <sys/user.h> for __WORDSIZE.
This commit is contained in:
parent
e1a2a678f3
commit
3844cbd3fe
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tgt'
|
||||
pkgname=tgt
|
||||
version=1.0.58
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
conf_files="/etc/tgt/targets.conf"
|
||||
|
@ -17,7 +17,7 @@ checksum=3ae59c7374c68b3ef5abf472895d81dd1b036d0301b4111f272de154dbb082a9
|
|||
|
||||
post_extract() {
|
||||
sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS)/g' usr/Makefile
|
||||
sed -i '1i#include <sys/reg.h>' usr/tgtd.h usr/util.h
|
||||
sed -i '1i#include <sys/user.h>' usr/tgtd.h usr/util.h
|
||||
sed -i '1i#include <fcntl.h>' usr/libssc.c
|
||||
sed -i 's/__always_inline/inline/g' usr/util.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue