repo patch
This commit is contained in:
parent
165fde3ff2
commit
d5fc4ccab3
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,6 @@ pkg_install() {
|
|||
cd busybox
|
||||
make defconfig
|
||||
make
|
||||
echo $1
|
||||
make install DESTDIR="$1"
|
||||
}
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@ pkg_ver="todo"
|
|||
pkg_install(){
|
||||
git clone https://github.com/openssl/openssl.git
|
||||
cd openssl
|
||||
./config --prefix=${PREFIX}/usr \
|
||||
--openssldir=${PREFIX}/etc/ssl \
|
||||
./config --prefix=$1/usr \
|
||||
--openssldir=$1/etc/ssl \
|
||||
--libdir=lib \
|
||||
shared \
|
||||
zlib-dynamic
|
||||
|
|
Loading…
Reference in a new issue