From c3cd7019cfdaf3971cc5622d446c3a92115bb6f5 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 6 Oct 2004 15:20:21 +0000 Subject: [PATCH] fix patch --- setools-rhat.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/setools-rhat.patch b/setools-rhat.patch index 129dc01..1d5452c 100644 --- a/setools-rhat.patch +++ b/setools-rhat.patch @@ -160,17 +160,6 @@ if(db->file_contexts_file == NULL) { fclose(fp); free_conf_info(db); ---- setools-1.4.1/libseuser/Makefile.rhat 2004-07-07 16:37:38.000000000 -0400 -+++ setools-1.4.1/libseuser/Makefile 2004-09-17 14:38:28.800732121 -0400 -@@ -19,7 +19,7 @@ - $(CC) $(LDFLAGS) -shared -o $(LIBSO) $(LIB-OBJ) -Wl,-soname,$(SONAME) - - libseuser.a: $(LIB-OBJ) -- ar cr $@ $(LIB-OBJ) -+ ar cr $@ $(LIB-OBJ) -lselinux - - libseuser-tcl.a: $(LIB-OBJ-TCL) - ar cr $@ $(LIB-OBJ-TCL) --- setools-1.4.1/seuser/Makefile.rhat 2004-07-07 16:37:39.000000000 -0400 +++ setools-1.4.1/seuser/Makefile 2004-09-17 14:55:34.387595850 -0400 @@ -22,10 +22,10 @@