summaryrefslogtreecommitdiffstats
path: root/recipe.d/0020-openssl
blob: 75757f9766b3d8d99535a95c7fff898df8a0c515 (plain)
1
2
3
4
5
6
7
8
        mcd $BUILDDIR/openssl
        cd $SLACKSOURCE/openssl/openssl-*
       ./Configure --prefix=/usr --openssldir=/etc/ssl zlib no-idea no-rc5 -no-sse2 shared linux-generic32
        make depend
        make all
        make rehash
        make install