linuxfromscratch:rangeoverpackages:info_unzip_6.0

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

linuxfromscratch:rangeoverpackages:info_unzip_6.0 [2026/04/13 18:03] – 만듦 baecylinuxfromscratch:rangeoverpackages:info_unzip_6.0 [2026/04/13 18:07] (현재) baecy
줄 1: 줄 1:
-Gnome Browser Connector에 필요.// +=== Info Unzip 6.0 === 
-데비안 패키지 소스를 받아서 빌드.//+Gnome Browser Connector에 필요. \\ 
 +데비안 패키지 소스를 받아서 빌드. \\
 <codeprism lang=bash> <codeprism lang=bash>
-wget http://deb.debian.org/debian/pool/main/u/unzip/unzip_6.0.orig.tar.gz http://deb.debian.org/debian/pool/main/u/unzip/unzip_6.0-29.debian.tar.xz+wget 
 +http://deb.debian.org/debian/pool/main/u/unzip/unzip_6.0.orig.tar.gz 
 +http://deb.debian.org/debian/pool/main/u/unzip/unzip_6.0-29.debian.tar.xz
 tar -xf unzip_6.0.orig.tar.gz tar -xf unzip_6.0.orig.tar.gz
 cd unzip60 cd unzip60
 tar -xf unzip_6.0-29.debian.tar.xz tar -xf unzip_6.0-29.debian.tar.xz
 for patch in $(cat debain/patches/series); do patch -Np1 -i debian/patches/$i; done for patch in $(cat debain/patches/series); do patch -Np1 -i debian/patches/$i; done
-export UNZIP_BUILD_DEFINES="-DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD -DUSE_BZIP2 -DIZ_HAVE_UXUIDGID -DNOMEMCPY  -DNO_WORKING_ISPRINT" +export UNZIP_BUILD_DEFINES="-DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR 
-make -f unix/Makefile D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 CC="gcc" LF2="-O3 -march=native -flto -fuse-linker-plugin" CF="-O3 -march=native -flto -I. ${UNZIP_BUILD_DEFINES}" unzips+       -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR 
 +       -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD 
 +       -DUSE_BZIP2 -DIZ_HAVE_UXUIDGID -DNOMEMCPY  -DNO_WORKING_ISPRINT" 
 +make -f unix/Makefile 
 +       D_USE_BZ2=-DUSE_BZIP2 
 +       L_BZ2=-lbz2 
 +       CC="gcc" 
 +       LF2="-O3 -march=native -flto -fuse-linker-plugin" 
 +       CF="-O3 -march=native -flto -I. ${UNZIP_BUILD_DEFINES}" 
 +       unzips
 unset UNZIP_BUILD_DEFINES unset UNZIP_BUILD_DEFINES
 +make -f unix/Makefile test
 make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install
 </codeprism> </codeprism>
  • linuxfromscratch/rangeoverpackages/info_unzip_6.0.1776103396.txt.gz
  • 마지막으로 수정됨: 2026/04/13 18:03
  • 저자 baecy