Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: aug on March 28, 2016, 11:13:10 AM
-
Can't find stunnel in the repository....
-
I've built my own stunnel extension. I'll post my build commands below if it helps:
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.