From 5f253581c60d6616a2eb56f590dd8b4feb003fbe Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Wed, 3 Dec 2008 13:14:04 +0000 Subject: [PATCH] fix for fuzz=0 --- star-1.5-selinux.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/star-1.5-selinux.patch b/star-1.5-selinux.patch index 13ecb00..b71d1e8 100644 --- a/star-1.5-selinux.patch +++ b/star-1.5-selinux.patch @@ -295,7 +295,7 @@ --- star-1.5/conf/rules.cnf.in.selinux 2007-05-19 14:52:46.000000000 +0200 +++ star-1.5/conf/rules.cnf.in 2007-08-24 11:51:13.000000000 +0200 @@ -20,3 +20,4 @@ - LIB_SECDB = @lib_secdb@ + LIB_GEN = @lib_gen@ LIB_PTHREAD = @lib_pthread@ LIB_RT = @lib_rt@ +LIB_SELINUX = @lib_selinux@ @@ -330,7 +330,7 @@ if test -r /dev/null; then echo yes @@ -523,5 +537,6 @@ - AC_SUBST(lib_secdb) + AC_SUBST(lib_gen) AC_SUBST(lib_pthread) AC_SUBST(lib_rt) +AC_SUBST(lib_selinux)