Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604802 | Differences between
and this patch

Collapse All | Expand All

(-)libcap-2.25.ORIG/libcap/Makefile (-1 / +2 lines)
Lines 44-54 Link Here
44
	./_makenames > cap_names.h
44
	./_makenames > cap_names.h
45
45
46
$(GPERF_OUTPUT): cap_names.list.h
46
$(GPERF_OUTPUT): cap_names.list.h
47
	(printf "%b" "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"; \
47
	(printf "%b" "struct __cap_token_s { const char *name; int index; };\n%%\n"; \
48
	$(SED) -e 's:["{}]::g' -e 's:,$$::' $<) | \
48
	$(SED) -e 's:["{}]::g' -e 's:,$$::' $<) | \
49
	gperf \
49
	gperf \
50
		--ignore-case \
50
		--ignore-case \
51
		--language=ANSI-C \
51
		--language=ANSI-C \
52
		--includes \
52
		--readonly \
53
		--readonly \
53
		--null-strings \
54
		--null-strings \
54
		--global-table \
55
		--global-table \

Return to bug 604802