mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
jitterentropy: update to 3.0.2.
Set make_use_env=yes so the makefile appends its desired CFLAGS to those of xbps-src (mainly so -O0 takes precedence over -O2 in XBPS_CFLAGS) as jitterentropy should be built without optimization.
This commit is contained in:
parent
7d2635f6d2
commit
421bdfb714
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'jitterentropy'
|
# Template file for 'jitterentropy'
|
||||||
pkgname=jitterentropy
|
pkgname=jitterentropy
|
||||||
version=3.0.1
|
version=3.0.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname}-library-${version}"
|
wrksrc="${pkgname}-library-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
short_desc="Hardware RNG based on CPU timing jitter"
|
short_desc="Hardware RNG based on CPU timing jitter"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.chronox.de/jent.html"
|
homepage="https://www.chronox.de/jent.html"
|
||||||
distfiles="https://github.com/smuellerDD/jitterentropy-library/archive/v${version}.tar.gz"
|
distfiles="https://github.com/smuellerDD/jitterentropy-library/archive/v${version}.tar.gz"
|
||||||
checksum=015a443ebfaab7bc302caa24dcc124aefe1818046893f49591d2465bd3f58e16
|
checksum=5be868e343c25e24312f5e6894642ce1044994b99d6676430c760584a1b1613e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue