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
|
cd busybox
|
||||||
make defconfig
|
make defconfig
|
||||||
make
|
make
|
||||||
echo $1
|
|
||||||
make install DESTDIR="$1"
|
make install DESTDIR="$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ pkg_ver="todo"
|
||||||
pkg_install(){
|
pkg_install(){
|
||||||
git clone https://github.com/openssl/openssl.git
|
git clone https://github.com/openssl/openssl.git
|
||||||
cd openssl
|
cd openssl
|
||||||
./config --prefix=${PREFIX}/usr \
|
./config --prefix=$1/usr \
|
||||||
--openssldir=${PREFIX}/etc/ssl \
|
--openssldir=$1/etc/ssl \
|
||||||
--libdir=lib \
|
--libdir=lib \
|
||||||
shared \
|
shared \
|
||||||
zlib-dynamic
|
zlib-dynamic
|
||||||
|
|
Loading…
Reference in a new issue