summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens2017-12-07 14:05:13 +0000
committerAlexander Couzens2017-12-07 14:06:24 +0000
commit2e291359c8c78843e828bf10b756e11252915a5a (patch)
tree20084d8b15aa1f0901799a83d5ed04cea06e3a51
parent37603d22fb95ce810b5a8ed99dec758e24760abb (diff)
downloadtelephony-2e291359c8c78843e828bf10b756e11252915a5a.tar.gz
kamailio-5.x: remove build timestamp
Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
-rw-r--r--net/kamailio-5.x/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kamailio-5.x/Makefile b/net/kamailio-5.x/Makefile
index eb6ab55..48ee802 100644
--- a/net/kamailio-5.x/Makefile
+++ b/net/kamailio-5.x/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=kamailio5
PKG_VERSION:=5.0.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=https://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src
PKG_SOURCE:=kamailio-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz
@@ -24,7 +24,7 @@ PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/package.mk
-TARGET_CFLAGS += $(FPIC)
+TARGET_CFLAGS += $(FPIC) -DVERSION_NODATE=1
PREBUILT_STAMP=$(STAGING_DIR)/stamp/.$(PKG_NAME)_prebuilt
TAR_CMD:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components 1 $(TAR_OPTIONS)