Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: aug on March 28, 2016, 11:13:10 AM

Title: Looking for stunnel or alternative
Post by: aug on March 28, 2016, 11:13:10 AM
Can't find stunnel in the repository....
Title: Re: Looking for stunnel or alternative
Post by: aw on March 30, 2016, 03:12:25 PM
I've built my own stunnel extension. I'll post my build commands below if it helps:

Code: [Select]
CFLAGS="-O2 -pipe" \
CXXFLAGS="-O2 -pipe -fno-exceptions -fno-rtti" \
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig \
./configure --prefix=/usr/local --sysconfdir=/usr/local/etc/stunnel --with-ssl=/usr/local --disable-systemd
make

The rest is just standard extension building stuff.