Merge pull request #221 from lynxis/rb_sipp
sipp: remove build timestamp
This commit is contained in:
commit
2855f9742d
2 changed files with 12 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sipp
|
PKG_NAME:=sipp
|
||||||
PKG_VERSION:=3.5.1
|
PKG_VERSION:=3.5.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/SIPp/sipp/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/SIPp/sipp/releases/download/v$(PKG_VERSION)
|
||||||
|
|
11
net/sipp/patches/110-reproducible-builds.patch
Normal file
11
net/sipp/patches/110-reproducible-builds.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/src/sipp.cpp
|
||||||
|
+++ b/src/sipp.cpp
|
||||||
|
@@ -1396,7 +1396,7 @@ int main(int argc, char *argv[])
|
||||||
|
#ifdef RTP_STREAM
|
||||||
|
"-RTPSTREAM"
|
||||||
|
#endif
|
||||||
|
- " built " __DATE__ ", " __TIME__);
|
||||||
|
+ );
|
||||||
|
|
||||||
|
printf
|
||||||
|
(" This program is free software; you can redistribute it and/or\n"
|
Loading…
Reference in a new issue