-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ubus: update to Git HEAD (2024-10-20)
- Loading branch information
1 parent
e59c30a
commit 0c725fe
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,17 @@ PKG_RELEASE:=1 | |
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git | ||
PKG_SOURCE_DATE:=2022-06-01 | ||
PKG_SOURCE_VERSION:=2bebf93cd3343fe49f22a05ef935e460d2d44f67 | ||
PKG_MIRROR_HASH:=4efd873928089c086bbac02f3ca5bae55904500b6e6f1c4c377181a00b67147f | ||
PKG_SOURCE_DATE:=2024-10-20 | ||
PKG_SOURCE_VERSION:=252a9b0c1774790fb9c25735d5a09c27dba895db | ||
PKG_MIRROR_HASH:=475d96cc267370eb2e6ec808fc88285267cece1c5956d3966a060932d8b95175 | ||
PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE)) | ||
CMAKE_INSTALL:=1 | ||
|
||
PKG_LICENSE:=LGPL-2.1 | ||
PKG_LICENSE_FILES:= | ||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
|
||
PKG_BUILD_FLAGS:=lto | ||
PKG_ASLR_PIE_REGULAR:=1 | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
@@ -50,8 +51,7 @@ define Package/libubus-lua | |
TITLE:=Lua binding for the OpenWrt RPC client | ||
endef | ||
|
||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include -flto | ||
TARGET_LDFLAGS += -flto | ||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include | ||
|
||
CMAKE_OPTIONS += \ | ||
-DLUAPATH=/usr/lib/lua \ | ||
|