Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2005 03:37:39 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79347 for review
Message-ID:  <200507010337.j613bdov036492@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79347

Change 79347 by soc-andrew@soc-andrew_serv on 2005/07/01 03:37:01

	Add libarchive callbacks to extract split files

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/Makefile#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/extract.c#1 add
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/extract.h#1 add
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/Makefile#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/install_ncurses/Makefile#2 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/Makefile#2 (text+ko) ====

@@ -3,6 +3,8 @@
 SRCS=commands.c confed.c diskutil.c functions.c \
      mount.c package.c survey.c uiutil.c
 
+SRCS+=extract.c
+
 SHLIB_MAJOR=5
 
 .include "../Makefile.inc1"

==== //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/Makefile#2 (text+ko) ====

@@ -8,6 +8,7 @@
 .include "../Makefile.inc1"
 
 LDADD+=${LIB_AURA} ${LIB_DFUI} ${LIB_INSTALLER}
+LDADD+=-larchive -lbz2 -lz
 
 .PATH: ${BSD_INSTALLER_DIR}/backend/installer
 

==== //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/install_ncurses/Makefile#2 (text+ko) ====

@@ -9,6 +9,7 @@
 
 LDADD+=${LIB_AURA} ${LIB_DFUI} ${LIB_INSTALLER} \
        -lpanel -lcurses
+LDADD+=-larchive -lbz2 -lz
 
 .PATH: ${BSD_INSTALLER_DIR}/frontends/ncurses
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507010337.j613bdov036492>