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

Annotation of ircnowd/build.sh, Revision 1.1.1.1

1.1       tomglok     1: doas pkg_add libident libiconv autoconf%2.71 automake%1.11
                      2: export CFLAGS=-static
                      3: ./autogen.sh
                      4: ./configure --enable-ipv6 --with-openssl --with-ident=/usr/local/ --with-iconv=/usr/local/ --with-syslog --sysconfdir=/etc/ngircd/ --mandir=/usr/local/man/
                      5: make
                      6: doas make install

CVSweb