Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/patches-i486-stage1/libcap-2.25-gperf.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-04 09:37:37 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-04 09:37:37 +0100
commit043b28ac8ebcaedac5d39bdf7f1f366b7818a666 (patch)
tree4f7784dc6b5530bbb7623d0ca2ddb4c71beb3c40 /patches-i486-stage1/libcap-2.25-gperf.patch
parent7be0daa504d7c43e20dc5583350417bff8d0f474 (diff)
reorganized directory structure for package description, patches and other files
Diffstat (limited to 'patches-i486-stage1/libcap-2.25-gperf.patch')
-rw-r--r--patches-i486-stage1/libcap-2.25-gperf.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches-i486-stage1/libcap-2.25-gperf.patch b/patches-i486-stage1/libcap-2.25-gperf.patch
deleted file mode 100644
index ddce2c4..0000000
--- a/patches-i486-stage1/libcap-2.25-gperf.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rauN libcap-2.25/libcap/Makefile libcap-2.25-crossfix/libcap/Makefile
---- libcap-2.25/libcap/Makefile 2016-01-31 01:01:41.000000000 +0100
-+++ libcap-2.25-crossfix/libcap/Makefile 2017-12-07 21:44:49.040000002 +0100
-@@ -41,7 +41,7 @@
- ./_makenames > cap_names.h
-
- $(GPERF_OUTPUT): cap_names.list.h
-- perl -e 'print "struct __cap_token_s { const char *name; int index; };\n%{\nconst struct __cap_token_s *__cap_lookup_name(const char *, unsigned int);\n%}\n%%\n"; while ($$l = <>) { $$l =~ s/[\{\"]//g; $$l =~ s/\}.*// ; print $$l; }' < $< | gperf --ignore-case --language=ANSI-C --readonly --null-strings --global-table --hash-function-name=__cap_hash_name --lookup-function-name="__cap_lookup_name" -c -t -m20 $(INDENT) > $@
-+ perl -e 'print "struct __cap_token_s { const char *name; int index; };\n%%\n"; while ($$l = <>) { $$l =~ s/[\{\"]//g; $$l =~ s/\}.*// ; print $$l; }' < $< | gperf --ignore-case --language=ANSI-C --includes --readonly --null-strings --global-table --hash-function-name=__cap_hash_name --lookup-function-name="__cap_lookup_name" -c -t -m20 $(INDENT) > $@
-
- cap_names.list.h: Makefile $(KERNEL_HEADERS)/linux/capability.h
- @echo "=> making $@ from $(KERNEL_HEADERS)/linux/capability.h"