summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov2016-07-13 01:43:48 +0200
committerLuka Perkov2016-07-13 01:43:48 +0200
commitec3e2c8b99b7fab645bbd2ffe2b795a87c35af62 (patch)
treeb7ba9c99f852d68f65773abe5e2236813f3e0f3a
parent4e9dca6afe1d3c556e97583d632ed0f49b1bd187 (diff)
downloadaur-ubus-lua-git.tar.gz
update to latest version
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
-rw-r--r--.SRCINFO2
-rw-r--r--001-lua-version.patch11
-rw-r--r--PKGBUILD2
3 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1512c73cf473..9645bd411561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ubus-lua-git
pkgdesc = An embedded bus system developed for OpenWrt. It is like dbus but simple and small.
- pkgver = r251.fcf5d8a
+ pkgver = r257.053be7d
pkgrel = 1
url = http://git.openwrt.org/?p=project/ubus.git;a=summary
arch = i686
diff --git a/001-lua-version.patch b/001-lua-version.patch
index edc5263ea7c6..065a0458c701 100644
--- a/001-lua-version.patch
+++ b/001-lua-version.patch
@@ -1,6 +1,15 @@
--- a/lua/CMakeLists.txt
+++ b/lua/CMakeLists.txt
-@@ -25,7 +25,7 @@
+@@ -15,7 +15,7 @@ IF(NOT LUA_CFLAGS)
+ ENDIF()
+ ENDIF()
+
+-ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -I.. ${LUA_CFLAGS})
++ADD_DEFINITIONS(-Os -Wall -Werror -Wno-error=implicit-function-declaration --std=gnu99 -g3 -I.. ${LUA_CFLAGS})
+ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..)
+ LINK_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/..)
+
+@@ -25,7 +25,7 @@ ENDIF(APPLE)
IF(NOT LUAPATH)
EXECUTE_PROCESS(
diff --git a/PKGBUILD b/PKGBUILD
index 2d05f4b5abf6..87346d66cfc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ubus-lua-git
_gitname=ubus
-pkgver=r251.fcf5d8a
+pkgver=r257.053be7d
pkgrel=1
pkgdesc='An embedded bus system developed for OpenWrt. It is like dbus but simple and small.'
url='http://git.openwrt.org/?p=project/ubus.git;a=summary'