AUR (en) - scrollz
Latest Comments
vorbote commented on 2014-12-08 19:11
vorbote commented on 2014-12-08 12:32
vorbote commented on 2014-12-06 16:30
Me again. :-)
Would you mind changing
--with-default-server=chat.freenode.net:6667
for
--with-default-server='!chat.freenode.net:6697'
so that the default connection is encrypted? Some security is better than none ;-)
vorbote commented on 2014-11-25 18:14
To clarify: Although you enable openssl, the configuration script is detecting gnutls and choosing it first. Furthermore, you only need to depend on what you use; gnutls or openssl, not both.
Cheers.
vorbote commented on 2014-11-25 17:53
Hi, scrollz doesn't depend on openssl and pk11-kit is already pulled by gnutls, you can drop both from the PKGBUILD to make it cleaner. This applies to scrollz-git as well.
blackdeagle commented on 2013-11-22 01:48
Couldn't compile it with this PKGBUILD. Had to change the following line in the build() section to compile it:
Change:
./configure --prefix=/usr --with-ssl --enable-ipv6 \
--with-default-server=chat.freenode.net:6667 --enable-regexp
To:
./configure --prefix=/usr --with-ssl --with-ipv6 \
--with-default-server=chat.freenode.net:6667 --enable-regexp
(Changed the --enable-ipv6 option)
Can anyone confirm?
Oops! Port number should be 6697 or 7000