Commit Diff


commit - aa020ad7cd0c4c9e019ff4652499f87ce7e6b59f
commit + 7dd294693b9cacafb18987a2fb50685aca9ddd93
blob - /dev/null
blob + 3f335cc9f44a8ee0d751684a6527773f5148ad65 (mode 644)
--- /dev/null
+++ build.sh
@@ -0,0 +1,6 @@
+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/ --enable-debug --enable-sniffer
+make
+doas make install