PERFORCE change 79347 for review

soc-andrew soc-andrew at FreeBSD.org
Fri Jul 1 03:37:41 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=79347

Change 79347 by soc-andrew at 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
 


More information about the p4-projects mailing list