source:
common/blfs-tool-deps/904-unzip@
76d58bc
Last change on this file since 76d58bc was 16938b0, checked in by , 18 years ago | |
---|---|
|
|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[91ff6a9] | 1 | #!/bin/bash |
[045b2dc] | 2 | |
3 | # $Id$ | |
4 | ||
5 | set -e | |
[cbc8ba2] | 6 | cd $PKGDIR |
[045b2dc] | 7 | |
[16938b0] | 8 | patch -Np1 -i ../unzip-5.52-security_fix-1.patch |
[045b2dc] | 9 | make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux |
10 | make prefix=/usr install | |
11 | ||
12 | exit |
Note:
See TracBrowser
for help on using the repository browser.