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

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

Revision 1.1, Thu May 16 11:07:06 2024 UTC (4 months ago) by tomglok
Branch point for: MAIN

Initial revision

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