summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2020-01-15 02:35:23 -0600
committerMatthias Maier <tamiko@gentoo.org>2020-01-15 02:50:43 -0600
commit98bda6b93d184903bd7c91f05f7a1da7b94c5e86 (patch)
tree399e52ba84b5d4702ff5348211eef2926a497ffa /app-crypt/jitterentropy-rngd/files
parentsci-mathematics/why3-for-spark: Needs a newer coq version (diff)
downloadgentoo-98bda6b93d184903bd7c91f05f7a1da7b94c5e86.tar.gz
gentoo-98bda6b93d184903bd7c91f05f7a1da7b94c5e86.tar.bz2
gentoo-98bda6b93d184903bd7c91f05f7a1da7b94c5e86.zip
app-crypt/jitterentropy-rngd: new package
Add the jitterentropy-rng userland daemon. This package requires the jitterentropy-rng.ko kernel module to be loaded. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-crypt/jitterentropy-rngd/files')
-rw-r--r--app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-1.1.0-do-not-strip-and-compress.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-1.1.0-do-not-strip-and-compress.patch b/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-1.1.0-do-not-strip-and-compress.patch
new file mode 100644
index 000000000000..069c005df3a6
--- /dev/null
+++ b/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-1.1.0-do-not-strip-and-compress.patch
@@ -0,0 +1,16 @@
+diff --git a/Makefile b/Makefile
+index 55b65b1..b04f270 100644
+--- a/Makefile
++++ b/Makefile
+@@ -36,10 +36,9 @@ $(NAME): $(OBJS)
+ strip: $(NAME)
+ $(STRIP) --strip-unneeded $(NAME)
+
+-install: strip
++install:
+ $(INSTALL) -D -m 0755 $(NAME) $(DESTDIR)$(PREFIX)/sbin/$(NAME)
+ $(INSTALL) -D -m 0644 $(NAME).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(NAME).1
+- gzip -9 $(DESTDIR)$(PREFIX)/share/man/man1/$(NAME).1
+ sed "s|@PATH@|$(PREFIX)/sbin|" jitterentropy.service.in > jitterentropy.service
+ $(INSTALL) -D -m 0644 jitterentropy.service $(DESTDIR)$(UNITDIR)/jitterentropy.service
+