[package] update unfs3 to 0.9.22 (#5810)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17629 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d48646a8b0
commit
950ce31251
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=unfs3
|
PKG_NAME:=unfs3
|
||||||
PKG_VERSION:=0.9.20
|
PKG_VERSION:=0.9.22
|
||||||
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:=@SF/$(PKG_NAME)
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||||
PKG_MD5SUM:=2920d9cc7c3cb76da0792669bf035650
|
PKG_MD5SUM:=ddf679a5d4d80096a59f3affc64f16e5
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/Config/lex.yy.c
|
--- a/Config/lex.yy.c
|
||||||
+++ b/Config/lex.yy.c
|
+++ b/Config/lex.yy.c
|
||||||
@@ -445,9 +445,15 @@
|
@@ -445,9 +445,15 @@ static void copy_text(const char *from,
|
||||||
|
|
||||||
#ifndef YY_SKIP_YYWRAP
|
#ifndef YY_SKIP_YYWRAP
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -12,7 +12,7 @@
|
@@ -12,7 +12,7 @@ OBJS = attr.o daemon.o error.o fd_cache.
|
||||||
md5.o mount.o nfs.o password.o readdir.o user.o xdr.o winsupport.o
|
md5.o mount.o nfs.o password.o readdir.o user.o xdr.o winsupport.o
|
||||||
CONFOBJ = Config/lib.a
|
CONFOBJ = Config/lib.a
|
||||||
EXTRAOBJ = @EXTRAOBJ@
|
EXTRAOBJ = @EXTRAOBJ@
|
||||||
@ -32,7 +32,7 @@
|
|||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -2604,7 +2604,7 @@
|
@@ -2604,7 +2604,7 @@ else
|
||||||
|
|
||||||
ac_save_LIBS=$LIBS
|
ac_save_LIBS=$LIBS
|
||||||
ac_cv_lib_lex='none needed'
|
ac_cv_lib_lex='none needed'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user