diff --git a/package/ushare/patches/0003-fix-version-number.patch b/package/ushare/patches/0003-fix-version-number.patch new file mode 100644 index 00000000..9691d157 --- /dev/null +++ b/package/ushare/patches/0003-fix-version-number.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index dc66574..fc4f24f 100755 +--- a/configure ++++ b/configure +@@ -306,7 +306,7 @@ extralibs="" + installstrip="-s" + cross_compile="no" + INSTALL="/usr/bin/install -c" +-VERSION="1.1a" ++VERSION="1.2" + system_name=`uname -s 2>&1` + + ################################################# diff --git a/package/ushare/patches/0005-disable-iconv-check.patch b/package/ushare/patches/0005-disable-iconv-check.patch index c1a49b72..999992aa 100644 --- a/package/ushare/patches/0005-disable-iconv-check.patch +++ b/package/ushare/patches/0005-disable-iconv-check.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -659,8 +659,8 @@ check_lib langinfo.h nl_langinfo "" && add_cflags -DHAVE_LANGINFO_CODESET +@@ -626,8 +626,8 @@ check_lib langinfo.h nl_langinfo "" && add_cflags -DHAVE_LANGINFO_CODESET ################################################# # check for iconv (optional) ################################################# diff --git a/package/ushare/ushare.mk b/package/ushare/ushare.mk index 3d452960..8fbc194d 100644 --- a/package/ushare/ushare.mk +++ b/package/ushare/ushare.mk @@ -52,4 +52,6 @@ ushare: | $(TARGET_DIR) $(TARGET_MAKE_ENV) \ $(MAKE) $($(PKG)_MAKE_OPTS); \ $(MAKE) install DESTDIR=$(TARGET_DIR) + +w: $(call TARGET_FOLLOWUP)