Copy from security:SELinux/setools based on submit request 34373 from user prusnak OBS-URL: https://build.opensuse.org/request/show/34373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/setools?expand=0&rev=4
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 \
|