Package Details: tsocks-multilib 1.8beta5-2

Package Base: tsocks-multilib
Description: Transparent SOCKS proxying library - multilib version
Upstream URL: http://tsocks.sourceforge.net/
Category: network
Licenses: GPL
Submitter: NeoRaider
Maintainer: NeoRaider
Last Packager: None
Votes: 2
First Submitted: 2011-03-15 18:33
Last Updated: 2013-05-11 15:31

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by NeoRaider

2013-05-11 15:34

Curious... fixed the PKGBUILD by adding an `autoreconf' before configure. Thanks, ttsiodras!

Anonymous comment

2013-05-11 08:55

This refused to compile on my Arch, until I commented out the "-D_FORTIFY_SOURCE=2" in my /etc/makepkg.conf - the "configure" process failed because of this #define... I therefore commented it out:

#CPPFLAGS="-D_FORTIFY_SOURCE=2"

...did my normal AUR package build (makepkg -s) and then uncommented it again (for any other future package builds).

After this, all worked flawlessly - I can now tunnel both 32- and 64-bit apps.

Hope this helps someone.