summaryrefslogtreecommitdiffstats
path: root/recipe.d/0020-openssl
blob: a8379c12d00386d31651cac10e50ea9e3ec39aef (plain)
1
2
3
4
5
6
7
8
        mcd $BUILDDIR/openssl
        cd $SRC/openssl-*
       ./Configure --prefix=/usr --openssldir=/etc/pki/tls zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms enable-md2 no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa shared linux-generic32
        make depend
        make all
        make rehash
        make install