mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
tgt: update to 1.0.91
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
b9836b0151
commit
1b7cedfdc2
@@ -4,12 +4,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tgt
|
PKG_NAME:=tgt
|
||||||
PKG_VERSION:=1.0.90
|
PKG_VERSION:=1.0.91
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=e832a19c2831bde83e7078cd7a8d2fc8fe5c5f38ddd51130f5123013416d4cff
|
PKG_HASH:=3bfd50e19f308e9d197e2f6877fb5d13e4777e5bbb61716a7409b3735b481d8f
|
||||||
|
|
||||||
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
#define NR_SCSI_OPCODES 256
|
#define NR_SCSI_OPCODES 256
|
||||||
--- a/usr/util.h
|
--- a/usr/util.h
|
||||||
+++ b/usr/util.h
|
+++ b/usr/util.h
|
||||||
@@ -20,6 +20,10 @@
|
@@ -21,6 +21,10 @@
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
+#ifndef __WORDSIZE
|
+#ifndef __WORDSIZE
|
||||||
+#include <sys/reg.h>
|
+#include <sys/reg.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user