mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
wavemon: use SOURCE_DATE_EPOCH as BUILD_DATE
Build timestamps prevent reproducible builds [0]. SOURCE_DATE_EPOCH [1] can replace BUILD_DATE in a determinisc way. [0] https://reproducible-builds.org/docs/timestamps/ [1] https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
committed by
Jonathan McCrohan
parent
61471e1b23
commit
9d1b1c2c35
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=wavemon
|
PKG_NAME:=wavemon
|
||||||
PKG_VERSION:=0.8.1
|
PKG_VERSION:=0.8.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_MIRROR_HASH:=e00710049c34bf45735085ad59eedf54190e78d1c5f6b43d28ae9bc93d07681e
|
PKG_MIRROR_HASH:=e00710049c34bf45735085ad59eedf54190e78d1c5f6b43d28ae9bc93d07681e
|
||||||
@@ -44,7 +44,8 @@ define Package/wavemon/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
ac_cv_lib_cap_cap_get_flag=no
|
ac_cv_lib_cap_cap_get_flag=no \
|
||||||
|
BUILD_DATE=$(SOURCE_DATE_EPOCH)
|
||||||
|
|
||||||
TARGET_CFLAGS += -pthread -I$(STAGING_DIR)/usr/include/libnl3
|
TARGET_CFLAGS += -pthread -I$(STAGING_DIR)/usr/include/libnl3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user