27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
|
Index: setools-3.3.6/libqpol/include/qpol/Makefile.am
|
||
|
===================================================================
|
||
|
--- setools-3.3.6.orig/libqpol/include/qpol/Makefile.am
|
||
|
+++ setools-3.3.6/libqpol/include/qpol/Makefile.am
|
||
|
@@ -17,7 +17,7 @@ qpol_HEADERS = \
|
||
|
netifcon_query.h \
|
||
|
nodecon_query.h \
|
||
|
permissive_query.h \
|
||
|
- polcap_query.h
|
||
|
+ polcap_query.h \
|
||
|
policy.h \
|
||
|
policy_extend.h \
|
||
|
portcon_query.h \
|
||
|
Index: setools-3.3.6/libseaudit/swig/python/Makefile.am
|
||
|
===================================================================
|
||
|
--- setools-3.3.6.orig/libseaudit/swig/python/Makefile.am
|
||
|
+++ setools-3.3.6/libseaudit/swig/python/Makefile.am
|
||
|
@@ -10,7 +10,7 @@ BUILT_SOURCES = seaudit_wrap.c
|
||
|
|
||
|
AM_CFLAGS = @DEBUGCFLAGS@ @WARNCFLAGS@ @PROFILECFLAGS@ @SELINUX_CFLAGS@ \
|
||
|
@QPOL_CFLAGS@ @APOL_CFLAGS@ -I$(top_builddir) -fpic \
|
||
|
- -I$(top_srcdir)/libseaudit/include -D__attribute__\(x\)=''
|
||
|
+ -I$(top_srcdir)/libseaudit/include
|
||
|
AM_LDFLAGS = @DEBUGLDFLAGS@ @WARNLDFLAGS@ @PROFILELDFLAGS@ \
|
||
|
@APOL_LIB_FLAG@ @QPOL_LIB_FLAG@ @SEAUDIT_LIB_FLAG@ @XML_LIBS@
|
||
|
DEPENDENCIES = $(top_builddir)/libqpol/src/libqpol.so \
|