|
@@ -1657,7 +1657,7 @@ image_install_inadyn() {
|
1657
|
1657
|
mkdir -p "$rootdir/root/build"
|
1658
|
1658
|
fi
|
1659
|
1659
|
chroot "$rootdir" apt-get -yq install build-essential curl libgnutls28-dev automake1.11 libconfuse-dev
|
1660
|
|
- chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config libssl-dev
|
|
1660
|
+ chroot "$rootdir" apt-get -yq install gnutls-dev libconfuse-dev pkg-config
|
1661
|
1661
|
|
1662
|
1662
|
if [ -d /repos/inadyn ]; then
|
1663
|
1663
|
mkdir "$rootdir/root/build/inadyn"
|
|
@@ -1679,7 +1679,7 @@ image_install_inadyn() {
|
1679
|
1679
|
{ echo '#!/bin/bash';
|
1680
|
1680
|
echo 'cd ~/build/inadyn';
|
1681
|
1681
|
echo './autogen.sh';
|
1682
|
|
- echo './configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-openssl';
|
|
1682
|
+ echo './configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var';
|
1683
|
1683
|
echo 'make -j5';
|
1684
|
1684
|
echo 'make install-strip'; } > "$rootdir/root/build/build_inadyn.sh"
|
1685
|
1685
|
chmod +x "$rootdir/root/build/build_inadyn.sh"
|