[BACK]Return to build.sh CVS log [TXT][DIR] Up to [local] / ircnowd

File: [local] / ircnowd / build.sh (download)

Revision 1.1.1.1 (vendor branch), Thu May 16 11:07:06 2024 UTC (4 months ago) by tomglok
Branch: ircnow, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines

initial

doas pkg_add libident libiconv autoconf%2.71 automake%1.11
export CFLAGS=-static
./autogen.sh
./configure --enable-ipv6 --with-openssl --with-ident=/usr/local/ --with-iconv=/usr/local/ --with-syslog --sysconfdir=/etc/ngircd/ --mandir=/usr/local/man/
make
doas make install