From 335b63d8d1876ce4e172ebcc9d64544785682244 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Tue, 10 Apr 2007 21:38:30 +0000
Subject: make a few struct bb_applet members conditional rename sllep_and_die
 -> xfunc_die make fflush_stdout_and_exit NOFORK-safe fix some buglets found
 by randomconfig

---
 archival/libunarchive/Kbuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'archival')

diff --git a/archival/libunarchive/Kbuild b/archival/libunarchive/Kbuild
index 010043c4c..412a2332d 100644
--- a/archival/libunarchive/Kbuild
+++ b/archival/libunarchive/Kbuild
@@ -35,12 +35,15 @@ DPKG_FILES:= \
 	get_header_tar.o \
 	filter_accept_list_reassign.o
 
-# open_transformer uses fork. Compile it only if absolutely necessary
+# open_transformer uses fork(). Compile it only if absolutely necessary
 lib-$(CONFIG_RPM)                       += open_transformer.o
 lib-$(CONFIG_FEATURE_TAR_BZIP2)	        += open_transformer.o
 lib-$(CONFIG_FEATURE_TAR_LZMA)	        += open_transformer.o
 lib-$(CONFIG_FEATURE_TAR_GZIP)		+= open_transformer.o
 lib-$(CONFIG_FEATURE_TAR_COMPRESS)	+= open_transformer.o
+lib-$(CONFIG_FEATURE_DEB_TAR_GZ)	+= open_transformer.o
+lib-$(CONFIG_FEATURE_DEB_TAR_BZ2)	+= open_transformer.o
+lib-$(CONFIG_FEATURE_DEB_TAR_LZMA)	+= open_transformer.o
 
 lib-$(CONFIG_AR)			+= get_header_ar.o unpack_ar_archive.o
 lib-$(CONFIG_BUNZIP2)			+= decompress_bunzip2.o
-- 
cgit v1.2.3