summaryrefslogtreecommitdiffstats
path: root/system/sbsigntools/ccan_makefile.patch
diff options
context:
space:
mode:
author Jonathan Li2015-02-08 01:24:44 +0100
committer Willy Sudiarto Raharjo2015-02-08 01:24:44 +0100
commit43f30994a634b679f5d2ea7074f712c62d2c7a57 (patch)
tree9345bda38910eb170d9ed809d128a60ddfc8d1a0 /system/sbsigntools/ccan_makefile.patch
parente9210f18c5101b4609c98a0575688d8a43476984 (diff)
downloadslackbuilds-43f30994a634b679f5d2ea7074f712c62d2c7a57.tar.gz
system/sbsigntools: Added (Signing utility for UEFI Secure Boot).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sbsigntools/ccan_makefile.patch')
-rw-r--r--system/sbsigntools/ccan_makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/system/sbsigntools/ccan_makefile.patch b/system/sbsigntools/ccan_makefile.patch
new file mode 100644
index 0000000000..e77b958ab8
--- /dev/null
+++ b/system/sbsigntools/ccan_makefile.patch
@@ -0,0 +1,20 @@
+--- sbsigntools-0.7/lib/ccan.git/Makefile 2015-02-07 12:56:54.457781357 +0000
++++ sbsigntools-0.7/lib/ccan.git/Makefile 2015-02-07 13:00:25.482175092 +0000
+@@ -15,7 +15,7 @@
+ EXCLUDE=wwviaudio ogg_to_pcm jmap jset nfs
+
+ # Where make scores puts the results
+-SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC)-$(shell git describe --always --dirty)
++#SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC)-$(shell git describe --always --dirty)
+
+ ALL=$(filter-out $(EXCLUDE), $(REALLY_ALL))
+
+@@ -77,7 +77,7 @@ distclean: clean
+ scores: $(SCOREDIR)/SUMMARY
+
+ $(SCOREDIR)/SUMMARY: $(patsubst ccan/%/_info, $(SCOREDIR)/score-%, $(wildcard ccan/*/_info))
+- git describe --always > $@
++# git describe --always > $@
+ uname -a >> $@
+ $(CC) -v >> $@
+ cat $^ | grep 'Total score:' >> $@