mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
[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
@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=unfs3
|
||||
PKG_VERSION:=0.9.20
|
||||
PKG_VERSION:=0.9.22
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||
PKG_MD5SUM:=2920d9cc7c3cb76da0792669bf035650
|
||||
PKG_MD5SUM:=ddf679a5d4d80096a59f3affc64f16e5
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- a/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
|
||||
#ifdef __cplusplus
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
--- a/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
|
||||
CONFOBJ = Config/lib.a
|
||||
EXTRAOBJ = @EXTRAOBJ@
|
||||
@ -32,7 +32,7 @@
|
||||
prefix = @prefix@
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -2604,7 +2604,7 @@
|
||||
@@ -2604,7 +2604,7 @@ else
|
||||
|
||||
ac_save_LIBS=$LIBS
|
||||
ac_cv_lib_lex='none needed'
|
||||
|
Loading…
Reference in New Issue
Block a user