]> git.pld-linux.org Git - packages/apparmor-parser.git/blame - apparmor-parser-make.patch
- AF_ISDN
[packages/apparmor-parser.git] / apparmor-parser-make.patch
CommitLineData
615c0ea0
AM
1--- Makefile.org 2008-06-09 14:59:57.328617929 +0200
2+++ Makefile 2008-06-09 15:01:37.766461285 +0200
3@@ -125,9 +125,12 @@
4 techdoc.txt: techdoc/index.html
5 w3m -dump $< > $@
6
7-all: $(TOOLS) $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
8+main: $(TOOLS) $(MANPAGES)
9 $(Q)make -C po all
10- $(Q)make -s tests
11+
12+docs: $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
13+
14+all: main docs tests
15
16 apparmor_parser: $(OBJECTS) $(PCREOBJECTS) $(AAREOBJECTS)
17 rm -f ./libstdc++.a
bb734f91
AM
18--- parser_misc.c.org 2008-10-30 12:38:06.708188523 +0100
19+++ parser_misc.c 2008-10-30 12:38:35.619310902 +0100
20@@ -31,6 +31,10 @@
21 #include <arpa/inet.h>
22 #include <linux/capability.h>
23
24+#ifndef AF_ISDN
25+#define AF_ISDN 34
26+#endif
27+
28 #include "parser.h"
29 #include "parser_yacc.h"
30
This page took 0.147981 seconds and 4 git commands to generate.