summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorVincent Bernardoff2018-01-25 15:44:01 +0100
committerVincent Bernardoff2018-01-25 15:44:01 +0100
commit2bb5b1d8ec9e27069022f6c657c3ed36199b293a (patch)
tree450b5b7edab087aa0518957ba8085a306ada201d /makefile.patch
downloadaur-2bb5b1d8ec9e27069022f6c657c3ed36199b293a.tar.gz
Initial commit.
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..530a94dbfae4
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,13 @@
+--- src/libkcapi-1.0.3/Makefile.am 2018-01-12 22:41:55.000000000 +0100
++++ Makefile.am 2018-01-25 15:34:35.649902674 +0100
+@@ -131,8 +131,8 @@
+
+ install-exec-hook:
+ (cd $(DESTDIR)$(bindir) && \
+- ($(foreach link, $(kcapi_hasher_links), ln -f kcapi-hasher $(link);)) && \
+- ($(foreach link, $(kcapi_hasher_links), openssl sha256 -hmac orboDeJITITejsirpADONivirpUkvarP $(link) > .$(link).hmac;)))
++ ($(foreach link, $(kcapi_hasher_links), ln -f kcapi-hasher $(link)-kcapi;)) && \
++ ($(foreach link, $(kcapi_hasher_links), openssl sha256 -hmac orboDeJITITejsirpADONivirpUkvarP $(link)-kcapi > .$(link)-kcapi.hmac;)))
+ endif
+
+ if ENABLE_KCAPI_RNGAPP